mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
20 lines
392 B
JSON
20 lines
392 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
},
|
|
"include": [
|
|
"."
|
|
]
|
|
}
|