Uecko_ERP/packages/shadcn-ui/tsconfig.json

12 lines
231 B
JSON
Raw Normal View History

2025-05-05 17:11:44 +00:00
{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@repo/shadcn-ui/*": ["./src/*"]
}
},
2025-05-10 08:40:40 +00:00
"include": ["src"],
2025-05-05 17:11:44 +00:00
"exclude": ["node_modules", "dist"]
}