Skip to content

Commit

Permalink
fix(type): add cordova-plugin-file to tsconfig/type
Browse files Browse the repository at this point in the history
  • Loading branch information
pengkobe committed Nov 13, 2018
1 parent b3d56c8 commit 059f985
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@app/*": ["app/*"],
"@root/*": ["./*"],
"echarts": ["../node_modules/echarts/dist/echarts.min.js"]
}
},
"types": ["cordova", "cordova-plugin-file"]
}
}

0 comments on commit 059f985

Please sign in to comment.