mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
12 lines
176 B
JSON
12 lines
176 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|