mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
21 lines
463 B
JSON
21 lines
463 B
JSON
{
|
|
// "extends": "@tsconfig/svelte/tsconfig.json",
|
|
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules/*", "public/*"],
|
|
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitAny": false,
|
|
"strictNullChecks": false,
|
|
"strict": false,
|
|
"target": "es6"
|
|
// "allowJs": true,
|
|
// "checkJs": true,
|
|
}
|
|
}
|