Skip to content

Commit

Permalink
chore(typescript): Emit error for imports not used as values
Browse files Browse the repository at this point in the history
... in preparation for move of libmmel to Paneron core
  • Loading branch information
ribose-jeffreylau committed Aug 18, 2023
1 parent 2c46cb4 commit a8216a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"target": "es2017",
"module": "commonjs",
"moduleResolution": "node",
"importsNotUsedAsValues": "error",
"ignoreDeprecations": "5.0",
"declaration": true,
"declarationMap": true,
"isolatedModules": true,
Expand Down

0 comments on commit a8216a3

Please sign in to comment.