ms sql analyser class, typescript check

This commit is contained in:
Jan Prochazka
2020-01-06 22:33:20 +01:00
parent b31bf2b5d0
commit c886846268
11 changed files with 80 additions and 2 deletions

View File

@@ -18,9 +18,11 @@
"socket.io": "^2.3.0"
},
"scripts": {
"start": "nodemon src/index.js"
"start": "nodemon src/index.js",
"tscheck": "tsc --allowJs --noEmit src/index.js"
},
"devDependencies": {
"nodemon": "^2.0.2"
"nodemon": "^2.0.2",
"typescript": "^3.7.4"
}
}