18 lines
332 B
JSON
18 lines
332 B
JSON
{
|
|
"include": [
|
|
"src/**/*.d.ts",
|
|
"src/**/*.ts",
|
|
"src/**/*.svelte",
|
|
"cypress/**/*.ts",
|
|
"cypress/**/*.js",
|
|
"static/**/*.js",
|
|
"static/**/*.json"
|
|
],
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"types": ["vitest/importMeta"]
|
|
},
|
|
"extends": "./.svelte-kit/tsconfig.json"
|
|
}
|