From 4aa5b5565717e4259314ff2cd31750f9a73c6e4a Mon Sep 17 00:00:00 2001 From: na2na-p Date: Mon, 4 Dec 2023 17:26:40 +0900 Subject: [PATCH] =?UTF-8?q?verbatimModuleSyntax=E6=9C=89=E5=8A=B9=E5=8C=96?= =?UTF-8?q?=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index e8f22d9c..6a85888b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "ESNext" ], "incremental": false, + "verbatimModuleSyntax": true, "target": "ESNext", "module": "NodeNext", "rootDir": ".",