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

Commit c4680b0

Browse files
authoredJan 18, 2021
fix(types): include @nuxtjs/axios types (#691)
1 parent 0b3d08a commit c4680b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

Diff for: ‎packages/cna-template/template/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
},
2626
"types": [
2727
"@nuxt/types",
28+
<%_ if (axios) { _%>
29+
"@nuxtjs/axios",
30+
<%_ } _%>
2831
<%_ if (content) { _%>
2932
"@nuxt/content",
3033
<%_ } _%>

0 commit comments

Comments
 (0)
This repository has been archived.