client/tsconfig.json
Alois 17db895203
Some checks failed
/ build-web (push) Successful in 7m4s
/ build-desktop (linux) (push) Successful in 11m31s
/ build-mobile (push) Successful in 18m12s
/ release (push) Failing after 3m2s
(feat): add custom lint rules
(qol): update todo
(chore): update licenses
2026-07-24 12:44:08 +02:00

17 lines
417 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "nodenext",
"lib": ["ES2020"],
"rootDir": ".",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"moduleResolution": "nodenext",
"types": ["node"]
},
"include": ["utils", "eslint.config.ts"],
"exclude": ["node_modules", "dist"]
}