wupengfei
7 天以前 676578f3be736ef109d1c8a15da265a62c66ba04
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"]
}