Skip to content

Commit cf706ec

Browse files
author
justintaddei
committed
chore: fix incorrect build setup
1 parent 0c80140 commit cf706ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "es6",
3+
"target": "ES2016",
44
"module": "es2015",
5-
"lib": ["DOM", "es2015"],
5+
"lib": ["DOM", "es2016"],
66
"removeComments": false,
77
"moduleResolution": "Bundler",
88
"declaration": true,

0 commit comments

Comments
 (0)