1
mirror of https://github.com/interstellar750/hexo_s synced 2024-09-08 09:32:38 +08:00
hexo_s/tsconfig.json
Hubert Chen 0b0cd0054c backup
2022-10-15 22:50:57 +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"]
}
}