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"] }