mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Use Strict Null Checks In TS Extension (#16244)
* Use Strict Null Checks In TS Extension Updates the Ts extension to use strict null checks. * Throw instead of returning undefined in some linkedmap cases * fix small null check in buffersync * Fix for request item null
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"es5",
|
||||
"es2015.promise"
|
||||
],
|
||||
"outDir": "./out"
|
||||
"outDir": "./out",
|
||||
"strictNullChecks": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
|
||||
Reference in New Issue
Block a user