fix(core): update
This commit is contained in:
		| @@ -12,7 +12,7 @@ | |||||||
|   "scripts": { |   "scripts": { | ||||||
|     "test": "tsrun test/test.ts", |     "test": "tsrun test/test.ts", | ||||||
|     "testCustom": "node cli.ts.js custom ts_web", |     "testCustom": "node cli.ts.js custom ts_web", | ||||||
|     "build": "node cli.ts.js --web" |     "build": "node cli.ts.js --web --allowimplicitany" | ||||||
|   }, |   }, | ||||||
|   "repository": { |   "repository": { | ||||||
|     "type": "git", |     "type": "git", | ||||||
|   | |||||||
| @@ -49,6 +49,9 @@ export const mergeCompilerOptions = ( | |||||||
|     ...argvArg && argvArg.skiplibcheck ? { |     ...argvArg && argvArg.skiplibcheck ? { | ||||||
|       skipLibCheck: true |       skipLibCheck: true | ||||||
|     } : {}, |     } : {}, | ||||||
|  |     ...argvArg && argvArg.allowimplicitany ? { | ||||||
|  |       noImplicitAny: false | ||||||
|  |     } : {}, | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
|   return mergedOptions; |   return mergedOptions; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user