Skip to content

Commit c841963

Browse files
committed
Edit tsconfig.json for es2015 lib
1 parent b3a4280 commit c841963

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"declaration": false,
1111
"noImplicitAny": false,
1212
"removeComments": true,
13-
"noLib": false
13+
"noLib": false,
14+
"lib": [
15+
"es2015"
16+
]
1417
}
1518
}

0 commit comments

Comments
 (0)