From 3e3ed9e4b03786510cdabced877cd4f0128a50e3 Mon Sep 17 00:00:00 2001 From: DarDarBinks Date: Mon, 27 Oct 2025 22:20:54 +0000 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 12f8049..3cafa8d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,6 @@ "outDir": "./dist", "rootDir": "./src", "types": ["node"], - "verbatimModuleSyntax": true, "incremental": true }, "include": ["src/**/*"],