Files
backup-manager/tsconfig.web.json
2026-09-04 23:59:11 +02:00

14 lines
260 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"types": ["vite/client"]
},
"include": ["web/**/*"]
}