Skip to content

Commit 8c75e91

Browse files
fix: compiling config, set verbatimModuleSyntax = false
1 parent 6259d60 commit 8c75e91

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: true,
47+
verbatimModuleSyntax: false,
4848
strict: true,
4949
noUncheckedIndexedAccess: true,
5050
noImplicitOverride: true,

0 commit comments

Comments
 (0)