Updated UI package to work with the new Shadcn CLI (#59)
Updated UI package to work with the new Shadcn CLI
This commit is contained in:
committed by
GitHub
parent
b3b061fc2e
commit
fafcafc221
@@ -1,8 +1,15 @@
|
||||
{
|
||||
"extends": "@kit/tsconfig/base.json",
|
||||
"compilerOptions": {
|
||||
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
|
||||
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
|
||||
"paths": {
|
||||
"~/components": ["./src/shadcn/*"],
|
||||
"~/utils": ["./src/lib/utils"],
|
||||
"~/lib/*": ["./src/lib/*"],
|
||||
"~/hooks": ["./src/hooks"],
|
||||
"~/ui": ["./src/shadcn/*"]
|
||||
}
|
||||
},
|
||||
"include": ["*.ts", "src"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user