mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
13 lines
213 B
JSON
13 lines
213 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true,
|
|
"moduleResolution": "node",
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|