From 1875df093816098279ad55872220c922f7d10dd6 Mon Sep 17 00:00:00 2001 From: James Prevett Date: Fri, 17 Jan 2025 00:05:28 -0600 Subject: [PATCH] Enable `verbatimModuleSyntax` --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f8c141b..378ad53 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "lib": ["ESNext", "ESNext.Disposable"], "moduleResolution": "NodeNext", "declaration": true, - "strict": true + "strict": true, + "verbatimModuleSyntax": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules"]