brf/tsconfig.json
2025-11-24 17:09:09 +01:00

17 lines
432 B
JSON

{
"compilerOptions": {
"noEmit": true,
"target": "esnext",
"jsx": "react-jsx",
"jsxImportSource": "preact",
"module": "nodenext",
"moduleResolution": "nodenext",
"allowImportingTsExtensions": true,
"rewriteRelativeImportExtensions": true,
"verbatimModuleSyntax": true,
"erasableSyntaxOnly": true,
"allowArbitraryExtensions": true
},
"include": ["global.d.ts", "client", "server"]
}