Uecko_ERP/packages/ui/tsconfig.json

12 lines
222 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": {
2025-05-02 21:43:51 +00:00
"@repo/ui/*": ["./src/*"]
2025-01-28 14:01:02 +00:00
}
2025-01-27 17:12:26 +00:00
},
2025-05-02 21:43:51 +00:00
"include": ["."],
"exclude": ["node_modules", "dist"]
2025-01-27 17:12:26 +00:00
}