From a55fcffceb3a10271a03d80e28e9332b7ed1a34e Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Wed, 8 Jul 2026 22:38:48 -0700 Subject: [PATCH] Enable verbatim TypeScript module syntax --- benchmarks/typescript/tsconfig.json | 3 ++- examples/typescript/tsconfig.json | 3 ++- integration_tests/typescript_node/tsconfig.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/benchmarks/typescript/tsconfig.json b/benchmarks/typescript/tsconfig.json index 984ddb1a..e57b5131 100644 --- a/benchmarks/typescript/tsconfig.json +++ b/benchmarks/typescript/tsconfig.json @@ -9,7 +9,8 @@ "noFallthroughCasesInSwitch": true, "rewriteRelativeImportExtensions": true, "skipLibCheck": true, - "strict": true + "strict": true, + "verbatimModuleSyntax": true }, "include": ["src", "vite.config.ts"] } diff --git a/examples/typescript/tsconfig.json b/examples/typescript/tsconfig.json index 984ddb1a..e57b5131 100644 --- a/examples/typescript/tsconfig.json +++ b/examples/typescript/tsconfig.json @@ -9,7 +9,8 @@ "noFallthroughCasesInSwitch": true, "rewriteRelativeImportExtensions": true, "skipLibCheck": true, - "strict": true + "strict": true, + "verbatimModuleSyntax": true }, "include": ["src", "vite.config.ts"] } diff --git a/integration_tests/typescript_node/tsconfig.json b/integration_tests/typescript_node/tsconfig.json index 984ddb1a..e57b5131 100644 --- a/integration_tests/typescript_node/tsconfig.json +++ b/integration_tests/typescript_node/tsconfig.json @@ -9,7 +9,8 @@ "noFallthroughCasesInSwitch": true, "rewriteRelativeImportExtensions": true, "skipLibCheck": true, - "strict": true + "strict": true, + "verbatimModuleSyntax": true }, "include": ["src", "vite.config.ts"] }