Files
finanzen/convex/tsconfig.json
2026-06-15 11:33:23 +02:00

18 lines
362 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"lib": ["ES2021", "dom"],
"types": ["node"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"moduleResolution": "Bundler",
"module": "ESNext",
"isolatedModules": true,
"jsx": "react-jsx"
},
"include": ["./**/*"],
"exclude": ["./_generated"]
}