tscheck - in tsconfig.json

This commit is contained in:
Jan Prochazka
2020-01-06 23:02:03 +01:00
parent c886846268
commit 20a55fdd7c
10 changed files with 18 additions and 12 deletions

View File

@@ -19,7 +19,7 @@
},
"scripts": {
"start": "nodemon src/index.js",
"tscheck": "tsc --allowJs --noEmit src/index.js"
"ts": "tsc"
},
"devDependencies": {
"nodemon": "^2.0.2",