mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
12 lines
176 B
JSON
12 lines
176 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|