Uecko_ERP/packages/shadcn-ui/tsconfig.json

15 lines
322 B
JSON
Raw Normal View History

2025-05-05 17:11:44 +00:00
{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
2025-07-07 18:25:13 +00:00
"module": "node16",
"target": "esnext",
"moduleResolution": "node16",
2025-05-05 17:11:44 +00:00
"baseUrl": ".",
"paths": {
"@repo/shadcn-ui/*": ["./src/*"]
}
},
2025-05-10 08:40:40 +00:00
"include": ["src"],
2025-05-19 16:15:01 +00:00
"exclude": ["node_modules", "dist", "build"]
2025-05-05 17:11:44 +00:00
}