14 lines
257 B
JSON
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"
|
|
}
|
|
}
|