BetterFrame/server/tsconfig.json
2026-05-10 01:09:13 +02:00

11 lines
239 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./lib",
"rootDir": "./src",
"jsx": "react-jsx",
"jsxImportSource": "jsx-htmx"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "lib"]
}