chore: add shadcn

This commit is contained in:
afiqzudinhadi 2025-06-19 03:46:59 +08:00
parent ce1088e3ec
commit 063dfe39e9
10 changed files with 482 additions and 66 deletions

View file

@ -1,10 +1,14 @@
{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"lib": ["dom", "ES2015"],
"sourceMap": true,
"types": ["jest", "node"]
},
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"lib": ["dom", "ES2015"],
"sourceMap": true,
"types": ["jest", "node"],
"baseUrl": ".",
"paths": {
"@repo/ui/*": ["./src/*"]
}
},
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}