Skip to content

Commit

Permalink
fix(capacitor): avoid build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ratson committed Apr 26, 2019
1 parent a337ed0 commit da007b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/capacitor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"noUnusedParameters": true,
"outDir": "dist/esm",
"sourceMap": true,
"target": "es2015"
"target": "es2015",
"types": []
},
"files": [
"src/index.ts"
Expand Down

0 comments on commit da007b4

Please sign in to comment.