wupengfei
5 天以前 7af4ab328e56300f7dca75de6c532d16464d2f10
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"]
}