Uecko_ERP/libs/ui/tsconfig.json
2025-04-22 17:09:57 +02:00

12 lines
211 B
JSON

{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@ui/*": ["./src/*"]
}
},
"include": ["src"],
"exclude": ["node_modules"]
}