From 1913acab1d5e6fad8807303333ebe5f4b6f81e98 Mon Sep 17 00:00:00 2001 From: voluntas Date: Thu, 29 Feb 2024 13:58:07 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index cb99bb53..dc0d54bb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "es2020", - "module": "es2020", + "target": "ES2020", + "module": "ES2020", "strict": true, "declaration": true, "strictNullChecks": true,