Skip to content

Commit

Permalink
fix(app): fix typescript warning
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Nov 11, 2017
1 parent 1e580c6 commit cd25d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/searchive-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outDir": "./lib/",
"target": "es5",
"sourceMap": true,
"declaration": true,
"declaration": false,
"jsx": "react",
"lib": [
"es2017",
Expand Down

0 comments on commit cd25d76

Please sign in to comment.