Skip to content

Commit bf49864

Browse files
committed
fix: update target compilation to es2019
1 parent 965b9e2 commit bf49864

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"outDir": "dist",
1111
"sourceMap": false,
1212
"noEmit": true,
13-
"target": "esnext",
14-
"module": "esnext",
13+
"target": "ES2019",
14+
"module": "ESNext",
1515
"moduleResolution": "node",
1616
"allowJs": true,
1717
"noUnusedLocals": true,
@@ -27,7 +27,7 @@
2727
"removeComments": false,
2828
"jsx": "preserve",
2929
"lib": [
30-
"esnext",
30+
"ES2019",
3131
"dom"
3232
],
3333
"typeRoots": [

0 commit comments

Comments
 (0)