Skip to content

Commit

Permalink
fix(types): revert --verbatimModuleSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Mar 20, 2023
1 parent 224387d commit 87796f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playground/tsconfig-json-load-error/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"noImplicitReturns": true,

"useDefineForClassFields": true,
"verbatimModuleSyntax": true
"importsNotUsedAsValues": "preserve"
},
"include": ["./src"]
}
2 changes: 1 addition & 1 deletion playground/tsconfig-json/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"noImplicitReturns": true,

"useDefineForClassFields": true,
"verbatimModuleSyntax": true
"importsNotUsedAsValues": "preserve"
},
"include": ["./src"]
}

0 comments on commit 87796f9

Please sign in to comment.