Skip to content

Commit f5dfc6a

Browse files
author
Johnwook Choi
committed
some packages needs esnext feature
1 parent aee335d commit f5dfc6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"importHelpers": true,
4+
"lib": ["esnext"],
45
"module": "commonjs",
56
"noUnusedLocals": true,
67
"noUnusedParameters": true,

0 commit comments

Comments
 (0)