old-portfolio-site/tsconfig.json

15 lines
348 B
JSON
Raw Normal View History

2023-11-01 23:36:58 +00:00
{
2024-04-28 11:44:18 +00: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"]
}
2023-11-01 23:36:58 +00:00
}