From 7ab3a493236196e03fd795594b895cfc35c473a1 Mon Sep 17 00:00:00 2001 From: fanxb Date: Thu, 15 Jun 2023 20:53:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=BF=87=E5=A4=9A=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openRenamerBackend/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/openRenamerBackend/tsconfig.json b/openRenamerBackend/tsconfig.json index b618663..ea7136c 100644 --- a/openRenamerBackend/tsconfig.json +++ b/openRenamerBackend/tsconfig.json @@ -7,7 +7,6 @@ "outDir": "./dist", "baseUrl": ".", "rootDir": "./", - "watch": false, "strict": true, "strictNullChecks": false, "esModuleInterop": true