Skip to content

Commit

Permalink
feat: add support for verbatimModuleSyntax option
Browse files Browse the repository at this point in the history
becaure --importsNotUsedAsValues are being deprecated, more details can
be found at microsoft/TypeScript#52203
  • Loading branch information
linhe0x0 committed Apr 17, 2023
1 parent 6e06ed5 commit 57e8de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

// Emit
"declaration": true,
"importsNotUsedAsValues": "error",
"verbatimModuleSyntax": true,
"removeComments": true,
"stripInternal": true,
"noEmitOnError": true,
Expand Down

0 comments on commit 57e8de0

Please sign in to comment.