Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
update tsconfig to prefer import type
Browse files Browse the repository at this point in the history
  • Loading branch information
bdistin committed Jun 11, 2020
1 parent bf79746 commit aadc2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"declaration": true,
"noUnusedLocals": true,
"removeComments": false,
"importsNotUsedAsValues": "error",
"target": "es2019",
"strict": true
},
Expand Down

0 comments on commit aadc2ff

Please sign in to comment.