nuxt / http

Universal HTTP Module for Nuxt.js
https://http.nuxtjs.org
MIT License
229 stars 51 forks source link

feat(types): provide nuxt 2.9 compatible types #78

Closed nijitaro closed 5 years ago

nijitaro commented 5 years ago

Since Nuxt 2.9, types are defined around @nuxt/types packages. These changes make the module types work with Nuxt 2.9 new TypeScript specs.

Reference URL: https://github.com/nuxt-community/axios-module/pull/277