mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Enable strictNullChecks for implicit projects (#149844)
Mistakenly enabled checkJS instead of strictNullChecks
This commit is contained in:
@@ -686,7 +686,7 @@
|
||||
},
|
||||
"js/ts.implicitProjectConfig.checkJs": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"markdownDescription": "%configuration.implicitProjectConfig.checkJs%",
|
||||
"scope": "window"
|
||||
},
|
||||
@@ -705,7 +705,7 @@
|
||||
},
|
||||
"js/ts.implicitProjectConfig.strictNullChecks": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"default": true,
|
||||
"markdownDescription": "%configuration.implicitProjectConfig.strictNullChecks%",
|
||||
"scope": "window"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user