Skip to content

Commit

Permalink
Move verbatimModuleSyntax from strictest to ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaPrebil authored Apr 20, 2023
1 parent 821d9aa commit f674fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bases/esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"display": "ESM",

"compilerOptions": {
"module": "es2022"
"module": "es2022",

"verbatimModuleSyntax": true
}
}
1 change: 0 additions & 1 deletion bases/strictest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"noUnusedLocals": true,
"noUnusedParameters": true,

"verbatimModuleSyntax": true,
"checkJs": true,

"esModuleInterop": true,
Expand Down

0 comments on commit f674fa6

Please sign in to comment.