chore: init project
This commit is contained in:
11
packages/@vben-core/uikit/shadcn-ui/tsconfig.json
Normal file
11
packages/@vben-core/uikit/shadcn-ui/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "@vben/tsconfig/web.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"#/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
Reference in New Issue
Block a user