Change target to es2018
This commit is contained in:
		| @@ -1,9 +1,8 @@ | |||||||
| { | { | ||||||
|   "compilerOptions": { |   "compilerOptions": { | ||||||
|     "outDir": "./dist", |     "outDir": "./dist", | ||||||
|     "lib": ["es6", "dom"], |  | ||||||
|     "allowJs": true, |     "allowJs": true, | ||||||
|     "target": "es5", |     "target": "ES2018", | ||||||
|     "module": "commonjs", |     "module": "commonjs", | ||||||
|     "strictNullChecks": true, |     "strictNullChecks": true, | ||||||
|     "types": ["node", "url-parse", "jquery", "nanoid", "mocha", "chai"] |     "types": ["node", "url-parse", "jquery", "nanoid", "mocha", "chai"] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user