Sanakey
3 天以前 b5c1614fe473330ceca8b7cff0f1802e19bd5039
tsconfig.json
@@ -1,11 +1,13 @@
{
  "extends": "@vben/ts-config/vue.json",
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@vben/ts-config/vue-app.json",
  "compilerOptions": {
    "baseUrl": "./",
    "baseUrl": ".",
    "declaration": false,
    "types": ["vite/client"],
    "paths": {
      "/@/*": ["src/*"],
      "/#/*": ["types/*"]
      "@/*": ["src/*"],
      "#/*": ["types/*"]
    }
  },
  "include": [