brf/tsconfig.json
2025-11-23 21:44:01 +01:00

17 lines
440 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/"]
}