From 0e76c1a6694c45af6d02bf94a4a2389e4c356dab Mon Sep 17 00:00:00 2001 From: rtritto Date: Tue, 3 Dec 2024 22:25:59 +0100 Subject: [PATCH] feat: add verbatimModuleSyntax --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 5cbb548..8a15958 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,7 +23,8 @@ "resolveJsonModule": true, "skipLibCheck": true, "strict": true, - "target": "ESNext" + "target": "ESNext", + "verbatimModuleSyntax": true }, "exclude": [ ".github",