1
mirror of https://github.com/importantimport/urara.git synced 2024-09-16 17:18:40 +08:00
urara/tsconfig.json

15 lines
348 B
JSON
Raw Permalink Normal View History

2021-11-04 15:34:01 +08:00
{
"extends": "./.svelte-kit/tsconfig.json",
2021-11-04 15:34:01 +08:00
"compilerOptions": {
"resolveJsonModule": true,
"types": ["vite/client", "vite-plugin-pwa/client"],
2021-11-04 15:34:01 +08:00
"allowJs": true,
"checkJs": true,
"strict": true,
"sourceMap": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": false,
"skipLibCheck": true
}
2021-11-04 15:34:01 +08:00
}