zhengyiming
2025-03-13 75a69df5b11b8967d5b7d85c26596142f9e19af6
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" }]
}