mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
Enabled the noUnusedLocals and added @tsignore
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"experimentalDecorators": true,
|
||||
"declaration": true,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true,
|
||||
"baseUrl": ".",
|
||||
"typeRoots": [
|
||||
"typings"
|
||||
|
||||
Reference in New Issue
Block a user