Urara-Blog/tsconfig.json
Sevichecc 330de1dee2 init
2022-08-01 13:50:59 +08:00

15 lines
379 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"]
},
"include": ["src/app.d.ts"]
}