new toolkit and scoped registries

This commit is contained in:
Danny McCormick 2019-08-05 15:18:52 -04:00
parent a9f1343a9a
commit feb12fe291
403 changed files with 81577 additions and 1990 deletions

View file

@ -26,7 +26,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. */
"noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */
// "strictNullChecks": true, /* Enable strict null checks. */
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
// "strictBindCallApply": true, /* Enable strict 'bind', 'call', and 'apply' methods on functions. */