Blame view

Yi.Vben5.Vue3/apps/web-antd/tsconfig.json 330 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-app.json",
    "compilerOptions": {
      "baseUrl": ".",
      "paths": {
        "#/*": ["./src/*"]
      }
    },
    "references": [{ "path": "./tsconfig.node.json" }],
    "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "types/**/*.d.ts"]
  }