From 6f2a3ea00c1a935d68727145687d2796abc50816 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Mon, 19 Oct 2020 18:10:06 -0400 Subject: [PATCH] Fixed some minor bugs --- Algorithms.ts | 1 - tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Algorithms.ts b/Algorithms.ts index a5e34c3..9f79628 100644 --- a/Algorithms.ts +++ b/Algorithms.ts @@ -21,7 +21,6 @@ Copyright (C) 2020 Matthew Ellison */ -import { kMaxLength } from "buffer"; import { InvalidResult } from "./InvalidResult"; diff --git a/tsconfig.json b/tsconfig.json index 201af3f..b9f9220 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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. */