From d23cd68b82d10002a96757139b4838ef363b0553 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Tue, 30 Apr 2024 08:21:53 +0200 Subject: [PATCH] infra: enable verbatimModuleSyntax (#2864) --- 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,