Uecko_ERP/packages/ui/tsconfig.json

12 lines
211 B
JSON

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