Skip to content

Commit da27e90

Browse files
committed
Add jsconfig.json to squash ES2017-related warnings
1 parent 91626e0 commit da27e90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jsconfig.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"compilerOptions": {
3+
"lib": ["dom","es2017","es2017.object"]
4+
}
5+
}

0 commit comments

Comments
 (0)