ZhangXianQiang
2024-02-29 8988f5a3bb2e4591aab147e3b2772cdf438e00cc
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",
  ]
}