1
mirror of https://github.com/importantimport/urara.git synced 2024-09-07 16:02:40 +08:00
urara/tsconfig.json
2022-07-26 16:26:48 +08:00

15 lines
348 B
JSON

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": false,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"types": ["vite/client", "vite-plugin-pwa/client"]
}
}