From 0f913bf49a9fd82086779c44793ac10fb7e6e5f4 Mon Sep 17 00:00:00 2001 From: "caiwendi88@gmail.com" Date: Tue, 18 Apr 2023 13:15:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 89d1bf097..6ca1ef120 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,14 +1,14 @@ { "compilerOptions": { - "target": "ESNext", - "lib": ["dom", "dom.iterable", "ESNext"], + "target": "esnext", + "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, - "module": "ESNext", + "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true,