Skip to content

Commit 96655c1

Browse files
authored
fix(build): Fix build
2 parents 5dd7296 + dcb26c7 commit 96655c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "es2015",
3+
"target": "es5",
4+
"lib": ["es6", "dom"],
45
"module": "commonjs",
56
"moduleResolution": "node",
67
"jsx": "react",

0 commit comments

Comments
 (0)