ZhangXianQiang
2024-02-28 594927f5964ecc85dc942e32eb03a9bca551f865
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",
  ]
}