20 lines
423 B
JSON
20 lines
423 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react-jsx",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"verbatimModuleSyntax": true,
|
|
"skipLibCheck": true,
|
|
"types": ["vite/client"],
|
|
"rootDirs": ["."],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@haushaltsApp/ui/*": ["../../packages/ui/src/*"]
|
|
}
|
|
}
|
|
}
|