Skip to content

Commit d0c3161

Browse files
committed
add verbatimModuleSyntax to strictest
verbatimModuleSyntax was implemented in TS 5.0 but was never added to this base config. (Its predecessor, importsNotUsedAsValues: "error", was added in TS 3.8, and was also never added here.)
1 parent 5a0cc81 commit d0c3161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bases/strictest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"noUnusedParameters": true,
1414

1515
"isolatedModules": true,
16+
"verbatimModuleSyntax": true,
1617

1718
"checkJs": true,
1819

0 commit comments

Comments
 (0)