chore: Let the linter detect unused locals.

This commit is contained in:
Ruben Verborgh 2021-01-02 23:52:51 +01:00
parent 2e188551f7
commit c7dd6dba78

View File

@ -5,7 +5,6 @@
"incremental": true,
"inlineSources": true,
"newLine": "lf",
"noUnusedLocals": true,
"outDir": "dist",
"preserveConstEnums": true,
"sourceMap": true,