Uecko_ERP/packages/ui/tsconfig.json

12 lines
211 B
JSON
Raw Normal View History

2025-01-27 17:12:26 +00:00
{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
2025-01-28 14:01:02 +00:00
"baseUrl": ".",
"paths": {
"@ui/*": ["./src/*"]
}
2025-01-27 17:12:26 +00:00
},
"include": ["src"],
2025-01-28 14:01:02 +00:00
"exclude": ["node_modules"]
2025-01-27 17:12:26 +00:00
}