Skip to content

Commit 4ae81b0

Browse files
absidueota-meshi
andauthored
fix: Bump tsconfig target to es2017 to avoid polyfilling await (#567)
* fix: Bump tsconfig target to es2017 to avoid polyfilling await * Create rotten-kangaroos-hope.md --------- Co-authored-by: Yosuke Ota <[email protected]>
1 parent 3b640a6 commit 4ae81b0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/rotten-kangaroos-hope.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@intlify/eslint-plugin-vue-i18n": minor
3+
---
4+
5+
fix: Bump tsconfig target to es2017 to avoid polyfilling await

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
/* Basic Options */
44
// "incremental": true, /* Enable incremental compilation */
5-
"target": "es2015" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
5+
"target": "es2017" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
66
"module": "node16" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
77
// "lib": [], /* Specify library files to be included in the compilation. */
88
// "allowJs": true /* Allow javascript files to be compiled. */,

0 commit comments

Comments
 (0)