MINIPROJEKTW2_1/tsconfig.json

15 lines
360 B
JSON
Raw Permalink Normal View History

2024-10-21 22:01:18 +00:00
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": ["esnext", "dom"],
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"],
"extends": "./.svelte-kit/tsconfig.json"
}