Blame view

Antis.Erp.Plat/douyin/frontend/tsconfig.app.json 289 Bytes
f946e9dd   hexiaodong   hhh
1
2
3
4
5
6
7
8
9
10
11
12
  {
    "extends": "@vue/tsconfig/tsconfig.dom.json",
    "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
    "exclude": ["src/**/__tests__/*"],
    "compilerOptions": {
      "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
  
      "paths": {
        "@/*": ["./src/*"]
      }
    }
  }