zhengyiming
2025-06-06 3b64b4aedac4289453e85e77aee733ecc12d7c4e
packages/utils/tsconfig.json
@@ -10,5 +10,5 @@
    "types": ["node", "../services/api/typings.d.ts", "../../types/api.d.ts"]
  },
  "exclude": ["node_modules", "dist"],
  "references": [{ "path": "../services" }]
  "references": [{ "path": "../services" }, { "path": "../constants" }]
}