Skip to content

Commit f5ba9dc

Browse files
committed
chore: emit and lint es2019-style JS
1 parent a8e30f8 commit f5ba9dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslintConfig": {
5959
"parser": "@typescript-eslint/parser",
6060
"parserOptions": {
61-
"ecmaVersion": "2018",
61+
"ecmaVersion": "2019",
6262
"sourceType": "module"
6363
},
6464
"plugins": [

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "es2018",
4+
"target": "es2019",
55
"outDir": "dist",
6-
"lib": ["es2018"],
6+
"lib": ["es2019"],
77
"sourceMap": true,
88
"rootDir": ".",
99
"strict": true,

0 commit comments

Comments
 (0)