From 84fe17e7da53c5775ea6b97d99d81795a0971abc Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 13 Sep 2025 13:18:04 +0000 Subject: [PATCH] [fix] Enable verbatim module syntax in TypeScript configuration --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index e183ed3f2..f725216c8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "lib": ["ES2023", "ES2023.Array", "DOM", "DOM.Iterable"], "skipLibCheck": true, "incremental": true, + "verbatimModuleSyntax": true, "sourceMap": true, "esModuleInterop": true, "moduleResolution": "bundler",