mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
[json] set client to strict
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"module": "commonjs",
|
||||
"outDir": "./out",
|
||||
"noUnusedLocals": true,
|
||||
"lib": [ "es2016" ]
|
||||
"lib": [ "es2016" ],
|
||||
"strict": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user