2023-07-19 09:42:47 +00:00
|
|
|
{
|
2023-07-29 13:09:21 +00:00
|
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
|
|
|
"checkJs": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"strict": true,
|
|
|
|
"types": [
|
|
|
|
"jest",
|
|
|
|
"node"
|
|
|
|
],
|
|
|
|
"rootDirs": [
|
|
|
|
".",
|
|
|
|
"./.svelte-kit/types",
|
|
|
|
"./$houdini/types"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"src/**/*.ts",
|
|
|
|
"src/**/*.d.ts",
|
|
|
|
"src/**/*.svelte",
|
|
|
|
"tests/**/*.ts",
|
|
|
|
"tests/provider.test.js"
|
|
|
|
]
|
|
|
|
}
|