Skip to content

Commit

Permalink
Merge pull request nuxt-modules#429 from rchl/docs/updates
Browse files Browse the repository at this point in the history
docs: Add link to discord and add info about types configuration
  • Loading branch information
paulgv authored Aug 31, 2019
2 parents 5a6688b + c58db72 commit af06e99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ yarn docs:dev

## Issues, questions & requests

Please use [CMTY](https://cmty.app/nuxt/nuxt-i18n/issues?type=question) for any question you might have.
Please use [Discord](https://discord.nuxtjs.org/) for any question you might have.


## License
Expand Down
10 changes: 9 additions & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,13 @@ Then add the module to `nuxt.config.js`:
}
```

If using typescript or running typescript language server to check the code (for example through Vetur), add types to `types` array in your `tsconfig.json`:


```js
{
"compilerOptions": {
"types": [
"nuxt-i18n"
]
}
```

0 comments on commit af06e99

Please sign in to comment.