21 lines
500 B
JSON
21 lines
500 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"types": [
|
|
"vite/client"
|
|
],
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"rootDirs": [
|
|
".",
|
|
"./.svelte-kit/types",
|
|
"./$houdini/types"
|
|
]
|
|
}
|
|
} |