Remove some redundancies
parent
0f76ffa9e9
commit
3a7a3a7591
|
@ -1,21 +1,18 @@
|
|||
{
|
||||
"include": ["src", "types"],
|
||||
"extends": "@tsconfig/svelte/tsconfig.json",
|
||||
"include": [
|
||||
"./src/**/*.ts",
|
||||
"types",
|
||||
"node_modules/@types",
|
||||
],
|
||||
"compilerOptions": {
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"jsx": "preserve",
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
},
|
||||
"noEmit": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"useDefineForClassFields": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"importsNotUsedAsValues": "error"
|
||||
},
|
||||
"extends": "@tsconfig/svelte/tsconfig.json"
|
||||
"importsNotUsedAsValues": "error",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue