Uecko_ERP/packages/shadcn-ui/tsconfig.json
2025-07-07 20:25:13 +02:00

15 lines
322 B
JSON

{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"module": "node16",
"target": "esnext",
"moduleResolution": "node16",
"baseUrl": ".",
"paths": {
"@repo/shadcn-ui/*": ["./src/*"]
}
},
"include": ["src"],
"exclude": ["node_modules", "dist", "build"]
}