From 0659fe8d067ebfebb06e9b8588d57363c556171a Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Mon, 29 Apr 2024 09:06:35 +0200 Subject: [PATCH] infra: enable verbatimModuleSyntax --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index a949c9c3bf2..6d3b09b3e82 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "noEmit": true, "declaration": true, "stripInternal": true, + "verbatimModuleSyntax": true, // These are configs specifically for !build and have to be reverted in the tsconfig.build.json "skipLibCheck": true,