mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +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"
|
||
|
]
|
||
|
}
|