my-portfolio/tsconfig.json
hook-lord 7ae52c891a
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Failing after 37s
more updates
2024-12-06 11:24:20 +01:00

15 lines
326 B
JSON

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
}
}