|
|
@@ -19,7 +19,7 @@
|
|
|
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
|
|
|
/* 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. */
|
|
|
// "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
|
|
|
@@ -43,8 +43,8 @@
|
|
|
/* Source Map Options */
|
|
|
// "sourceRoot": "./", /* Specify the location where debugger should locate TypeScript files instead of source locations. */
|
|
|
// "mapRoot": "./", /* Specify the location where debugger should locate map files instead of generated locations. */
|
|
|
- "inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */
|
|
|
- "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */
|
|
|
+ "inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */
|
|
|
+ "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */
|
|
|
/* Experimental Options */
|
|
|
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
|
|
|
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
|