Skip to content

Commit 891c1f8

Browse files
config: update verbatimModuleSyntax in strict tsconfig.json (#103)
* config: update verbatimModuleSyntax in lenient tsconfig.json * Update tsconfig templates for module syntax --------- Co-authored-by: Michael Pühringer <[email protected]>
1 parent ab573a5 commit 891c1f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/tsconfig.template.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"strict": true,
2020
"noUncheckedIndexedAccess": true,
2121
"noImplicitReturns": true,
22+
"verbatimModuleSyntax": true
2223
},
2324
// Old "moduleResolution": "Node" option required for Cypress
2425
// https://github.com/cypress-io/cypress/issues/26308#issuecomment-1663592648

0 commit comments

Comments
 (0)