MINIPROJEKTW2_1/tsconfig.json
2024-10-22 00:04:26 +02:00

15 lines
360 B
JSON

{
"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"
}