Files
HausApp/apps/server/tsconfig.json
René Schober 4e34270786 initial commit
2026-03-13 06:23:06 +01:00

14 lines
257 B
JSON

{
"extends": "@haushaltsApp/config/tsconfig.base.json",
"compilerOptions": {
"composite": true,
"outDir": "dist",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}