Skip to content

Commit

Permalink
chore: enable verbatimModuleSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JaronZ authored and mcpsbot committed Jul 7, 2023
1 parent 2779c0a commit 92aa9a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"noEmitHelpers": true,
"skipLibCheck": true,
"module": "ESNext",
"target": "ESNext",
// Temporary fix
"verbatimModuleSyntax": false
"target": "ESNext"
}
}

0 comments on commit 92aa9a1

Please sign in to comment.