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

Commit

Permalink
fix(types): add nuxt content support for typescript (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
joukokar authored Jan 16, 2021
1 parent 7e65d41 commit ecbc960
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/cna-template/template/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@
]
},
"types": [
"@types/node",
"@nuxt/types"
"@nuxt/types",
<%_ if (content) { _%>
"@nuxt/content",
<%_ } _%>
"@types/node"
]
},
"exclude": [
Expand Down

0 comments on commit ecbc960

Please sign in to comment.