mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
tscheck - in tsconfig.json
This commit is contained in:
14
api/tsconfig.json
Normal file
14
api/tsconfig.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user