voss-node-configs 1.0.24 → 1.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/tsconfig.back-end.json
CHANGED
package/tsconfig.base.json
CHANGED
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
/* Type Checking */
|
|
15
15
|
"strict": true, /* Enable all strict type-checking options. */
|
|
16
16
|
"noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
|
|
17
|
-
"resolveJsonModule": true,
|
|
18
17
|
"strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
|
|
19
18
|
"strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
|
|
20
19
|
"strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
|