Files
sortsys-ui/dev/tsconfig.json
Ludwig Lehnert 0efd3d954b
Some checks failed
CodeQL / Analyze (push) Failing after 1m32s
initial commit
2026-01-11 11:08:48 +01:00

8 lines
132 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": ["vite/client"]
},
"exclude": ["node_modules", "dist"]
}