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

14
api/tsconfig.json Normal file
View File

@@ -0,0 +1,14 @@
{
"compilerOptions": {
"module": "commonjs",
"allowJs": true,
"checkJs": true,
"noEmit": true
},
"files": [
"src/index.js",
"src/engines/mssql/index.js",
"src/engines/mysql/index.js",
"src/engines/postgres/index.js"
]
}