mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 05:09:30 +08:00
14 lines
348 B
JSON
14 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"]
|
|
}
|
|
}
|