mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
// "extends": "@tsconfig/svelte/tsconfig.json",
|
|
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules/*", "public/*"],
|
|
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitAny": false,
|
|
"strictNullChecks": false,
|
|
"strict": false
|
|
}
|
|
}
|