This repository has been archived on 2023-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
ARCHIVED-learn/tsconfig.json

21 lines
500 B
JSON
Raw Normal View History

2023-07-10 15:09:35 +00:00
{
"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"
]
}
}