From 8d920bbae4949c1ee3824e6396e2145db7874d35 Mon Sep 17 00:00:00 2001 From: mehm8128 Date: Mon, 9 Oct 2023 23:49:23 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BD=95=E3=82=82=E8=A1=A8=E7=A4=BA=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=81=A6=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=81=A7=E8=A8=AD=E5=AE=9A=E5=A4=89=E3=81=88=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index da74dbfd..19571304 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,6 @@ "sourceMap": true, "resolveJsonModule": true, "allowSyntheticDefaultImports": true, - "verbatimModuleSyntax": true, "esModuleInterop": true, "skipLibCheck": true, "lib": ["esnext", "dom"],