B2B-88: add starter kit structure and elements
This commit is contained in:
16
packages/ui/tsconfig.json
Normal file
16
packages/ui/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": "@kit/tsconfig/base.json",
|
||||
"compilerOptions": {
|
||||
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
|
||||
"paths": {
|
||||
"~/components": ["./src/shadcn/*"],
|
||||
"~/utils": ["./src/lib/utils"],
|
||||
"~/lib/*": ["./src/lib/*"],
|
||||
"~/hooks": ["./src/hooks"],
|
||||
"~/ui": ["./src/shadcn/*"],
|
||||
"~/ui/*": ["./src/shadcn/*"]
|
||||
}
|
||||
},
|
||||
"include": ["*.ts", "src"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user