朱桂飞
2025-02-10 34c674d503e23c0cf6d0b6dec063f3049885e5f8
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"]
}