From 6cfec72252e019b081cdbe3a5c00bca05266a388 Mon Sep 17 00:00:00 2001 From: CaoMeiYouRen <996881204@qq.com> Date: Wed, 14 Jun 2023 21:26:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20tsconfig.json=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d539e89..774643d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,6 @@ "sourceMap": false, //用于debug "rootDir": "./src", //仅用来控制输出的目录结构--outDir。 "outDir": "./dist", //重定向输出目录。 - "watch": false, //在监视模式下运行编译器。会监视输出文件,在它们改变时重新编译。 "declaration": true, //生成类型文件 "importHelpers": true, "esModuleInterop": true, @@ -39,4 +38,4 @@ "**/*.spec.ts", "**/node_modules/*" ] -} +} \ No newline at end of file