Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Renard authored and Laurent Renard committed Nov 6, 2018
1 parent 8bc31e4 commit caf1713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "es2015",
"moduleResolution": "node",
"noImplicitAny": false,
"target": "es2017",
"target": "es2018",
"jsx": "react",
"jsxFactory": "h"
}
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preserveConstEnums": true,
"declaration": true,
"declarationDir": "./dist/declarations",
"target": "es2017"
"target": "es2018"
},
"include": [
"./dist/src/*"
Expand Down

0 comments on commit caf1713

Please sign in to comment.