Skip to content

Commit 0609849

Browse files
wip(build): add lib:[ESNext]
1 parent 369b6a6 commit 0609849

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"allowJs": true,
55
"module": "ESNext",
66
"target": "ESNext",
7+
"lib": [
8+
"ESNext"
9+
],
710
"moduleResolution": "node"
811
}
912
}

0 commit comments

Comments
 (0)