Fix TypeScript build
This commit is contained in:
parent
32a30de676
commit
27576de6cf
@ -22,6 +22,6 @@
|
|||||||
"typescript": "^4.1.3"
|
"typescript": "^4.1.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc"
|
"build": "tsc --declaration"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"utf-8-validate": "^5.0.4"
|
"utf-8-validate": "^5.0.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc --declaration",
|
||||||
"start": "node dist"
|
"start": "node dist"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -21,6 +21,6 @@
|
|||||||
"typescript": "^4.1.3"
|
"typescript": "^4.1.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc"
|
"build": "tsc --declaration"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"typescript": "^4.1.3"
|
"typescript": "^4.1.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc --declaration",
|
||||||
"test": "tsc && jest"
|
"test": "tsc --declaration && jest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -23,6 +23,6 @@
|
|||||||
"typescript": "^4.1.3"
|
"typescript": "^4.1.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc"
|
"build": "tsc --declaration"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -28,6 +28,6 @@
|
|||||||
"utf-8-validate": "^5.0.4"
|
"utf-8-validate": "^5.0.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc"
|
"build": "tsc --declaration"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -22,6 +22,6 @@
|
|||||||
"typescript": "^4.1.3"
|
"typescript": "^4.1.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc"
|
"build": "tsc --declaration"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user