Fixed some minor bugs

This commit is contained in:
2020-10-19 18:10:06 -04:00
parent 63e6a37224
commit 6f2a3ea00c
2 changed files with 1 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ Copyright (C) 2020 Matthew Ellison
*/
import { kMaxLength } from "buffer";
import { InvalidResult } from "./InvalidResult";

View File

@@ -27,7 +27,7 @@
/* Strict Type-Checking Options */
"strict": true, /* Enable all strict type-checking options. */
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
// "strictNullChecks": true, /* Enable strict null checks. */
"strictNullChecks": false, /* Enable strict null checks. */
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
// "strictBindCallApply": true, /* Enable strict 'bind', 'call', and 'apply' methods on functions. */
// "strictPropertyInitialization": true,/* Enable strict checking of property initialization in classes. */