Skip to content

Commit 3f99ba5

Browse files
fix: change verbatimModuleSyntax
1 parent bfc02cd commit 3f99ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration/getConfigFromTsConfigFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function getConfigTsFromConfigFile(
4444
resolveJsonModule: true,
4545
moduleDetection: 'force',
4646
isolatedModules: true,
47-
verbatimModuleSyntax: false,
47+
verbatimModuleSyntax: true,
4848
strict: true,
4949
noUncheckedIndexedAccess: true,
5050
noImplicitOverride: true,

0 commit comments

Comments
 (0)