mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +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"
|
|
]
|
|
}
|