ZhangXianQiang
2024-02-29 31c13db7a337913a6abcb5a05cf8318d850e1357
tsconfig.config.json
@@ -1,6 +1,13 @@
{
  "include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
  "compilerOptions": {
    "composite": true,
  }
    "module": "esnext",
    "moduleResolution": "node"
  },
  "exclude": ["node_modules","public"],
  "include": [
    "vite.config.ts",
    "config/**/*.ts",
    "config/**/*.d.ts",
  ]
}