mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Enabling the 'noUnusedLocals' compiler option for extensions
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"module": "commonjs",
|
||||
"target": "ES5",
|
||||
"outDir": "out",
|
||||
"noUnusedLocals": true,
|
||||
"lib": [
|
||||
"es2015"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user