brf/tsconfig.json
2025-12-09 12:00:39 +01:00

17 lines
434 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": ["bin", "client", "server", "shared"]
}