From 629f7b1e8420b387a56ef601c08ac0085b86ef3c Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:24:54 +0900 Subject: [PATCH] refactor(frontend-shared): enforce verbatimModuleSyntax --- packages/frontend-shared/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend-shared/tsconfig.json b/packages/frontend-shared/tsconfig.json index 09a8ff76aa..12f00eb503 100644 --- a/packages/frontend-shared/tsconfig.json +++ b/packages/frontend-shared/tsconfig.json @@ -16,6 +16,7 @@ "experimentalDecorators": true, "noImplicitReturns": true, "esModuleInterop": true, + "verbatimModuleSyntax": true, "baseUrl": ".", "paths": { "@/*": ["./*"],