Skip to content

Commit 9c6aef1

Browse files
committed
fix(tsconfig.json): update ES version and include DOM
1 parent c1f9678 commit 9c6aef1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": [
4-
"ES2015"
4+
"ES2016",
5+
"DOM"
56
],
67
"noEmit": true,
78
"typeRoots": [

0 commit comments

Comments
 (0)