No name
2024-04-12 96ac362fa6a89af256cf8a84e4b667c195c6ea2e
tsconfig.json
@@ -1,12 +1,13 @@
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@vben/ts-config/vue.json",
  "extends": "@vben/ts-config/vue-app.json",
  "compilerOptions": {
    "baseUrl": "./",
    "baseUrl": ".",
    "declaration": false,
    "types": ["vite/client"],
    "paths": {
      "/@/*": ["src/*"],
      "/#/*": ["types/*"]
      "@/*": ["src/*"],
      "#/*": ["types/*"]
    }
  },
  "include": [