From 613279703a7a4514e76620fac88951ef005bdcaf Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期三, 26 一月 2022 16:10:04 +0800 Subject: [PATCH] 解开btn加入集群 --- tsconfig.json | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index c828706..8b5bd7a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,8 @@ "paths": { "@/*": ["src/*"] }, - "lib": ["esnext", "dom", "dom.iterable", "scripthost"] + "lib": ["esnext", "dom", "dom.iterable", "scripthost"], + "skipLibCheck": true }, "include": [ "src/**/*.ts", -- Gitblit v1.8.0