Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit

Permalink
fix(types): include @nuxtjs/axios types (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo authored Jan 18, 2021
1 parent 0b3d08a commit c4680b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cna-template/template/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
},
"types": [
"@nuxt/types",
<%_ if (axios) { _%>
"@nuxtjs/axios",
<%_ } _%>
<%_ if (content) { _%>
"@nuxt/content",
<%_ } _%>
Expand Down

0 comments on commit c4680b0

Please sign in to comment.