Blame view

Yi.Vben5.Vue3/packages/@core/ui-kit/shadcn-ui/tsconfig.json 263 Bytes
515fceeb   “wangming”   框架初始化
1
2
3
4
5
6
7
8
9
10
11
12
  {
    "$schema": "https://json.schemastore.org/tsconfig",
    "extends": "@vben/tsconfig/web.json",
    "compilerOptions": {
      "baseUrl": ".",
      "paths": {
        "@vben-core/shadcn-ui/*": ["./src/*"]
      }
    },
    "include": ["src"],
    "exclude": ["node_modules"]
  }