Blame view

泰额版/Food Labeling Management Code/Yi.Vben5.Vue3/playground/tsconfig.json 311 Bytes
383e20a3   杨鑫   拉取
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"]
  }