panel-web/packages/shadcn/tsconfig.json
2024-11-14 01:22:43 +07:00

13 lines
240 B
JSON

{
"compilerOptions": {
// "outDir": "dist",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"],
"extends": "@repo/typescript-config/react-library.json",
"include": ["."]
}