Files
Lukas Obermann 2115023109 initial commit
2026-02-25 23:05:33 +01:00

30 lines
830 B
JSON

{
"compilerOptions": {
"composite": true,
"declaration": true,
"erasableSyntaxOnly": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react-jsx",
"jsxImportSource": "preact",
"lib": ["esnext"],
"module": "NodeNext",
"noErrorTruncation": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUncheckedSideEffectImports": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"rewriteRelativeImportExtensions": true,
"skipLibCheck": true,
"strict": true,
"target": "ESNext",
"useUnknownInCatchVariables": true,
"verbatimModuleSyntax": true,
}
}