polloer/sveltekit-ndk-app/tsconfig.json
2025-04-29 20:29:45 +02:00

11 lines
No EOL
259 B
JSON

{
"extends": "@sveltejs/tsconfig",
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}