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