[xregexp] Enable strictNullChecks (#43639)

This commit is contained in:
Jack Bates
2020-04-06 12:02:03 -07:00
committed by GitHub
parent 248de54338
commit cf4e7a3c2a

View File

@@ -6,7 +6,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
@@ -20,4 +20,4 @@
"index.d.ts",
"xregexp-tests.ts"
]
}
}