zhengyiming
2025-08-08 2b7fccce78fe4d57d73f4cf350cbe16b75a72fd4
packages/services/tsconfig.json
@@ -7,7 +7,13 @@
      "@12333/*": ["../../packages/*"]
    },
    "composite": true,
    "types": ["node", "./api/typings.d.ts", "./types.d.ts", "./globalType.d.ts"]
    "types": [
      "node",
      "./api/typings.d.ts",
      "./apiV2/typings.d.ts",
      "./types.d.ts",
      "./globalType.d.ts"
    ]
  },
  "exclude": ["node_modules", "dist"]
}