BetterFrame/server/tsconfig.json

12 lines
239 B
JSON
Raw Permalink Normal View History

2026-05-09 23:09:13 +00:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./lib",
"rootDir": "./src",
"jsx": "react-jsx",
"jsxImportSource": "jsx-htmx"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "lib"]
}