Uecko_ERP/packages/shadcn-ui/tsconfig.json

12 lines
229 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/*"]
}
},
"include": ["."],
"exclude": ["node_modules", "dist"]
}