mirror of
https://bitbucket.org/Mattrixwv/typescriptclasses.git
synced 2025-12-06 10:23:58 -05:00
Fixed some minor bugs
This commit is contained in:
@@ -21,7 +21,6 @@ Copyright (C) 2020 Matthew Ellison
|
||||
*/
|
||||
|
||||
|
||||
import { kMaxLength } from "buffer";
|
||||
import { InvalidResult } from "./InvalidResult";
|
||||
|
||||
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user