mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
14 lines
243 B
JSON
14 lines
243 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|