mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 19:36:00 +00:00
ms sql analyser class, typescript check
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user