Enabling the 'noUnusedLocals' compiler option for extensions

This commit is contained in:
Erich Gamma
2017-11-08 10:23:42 +01:00
parent bf0949be4c
commit a54c44cb0d
12 changed files with 12 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
"target": "es5",
"module": "commonjs",
"outDir": "./out",
"noUnusedLocals": true,
"lib": [
"es5", "es2015.promise"
]