1
mirror of https://github.com/interstellar750/hexo_s synced 2024-09-16 20:28:41 +08:00
hexo_s/tsconfig.json

15 lines
348 B
JSON
Raw Permalink Normal View History

2022-10-15 22:50:57 +08:00
{
"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"]
}
}