diff --git a/front-end-src/tsconfig.json b/front-end-src/tsconfig.json index f9179ef..edcb599 100644 --- a/front-end-src/tsconfig.json +++ b/front-end-src/tsconfig.json @@ -21,6 +21,7 @@ "noImplicitReturns": true, // 移除注释 "removeComments": true, + "strictPropertyInitialization": false, // 识别基本的系统类库 "lib": [ "dom",