Use nuxt-community/typescript-template instead.
Also, https://medium.com/haiiro-io/typescript-on-nuxt-js-from-2-5-9d109027cdd3 may help you.
This is a project template for vue-cli.
$ vue init hmsk/nuxt-typescript-template my-typed-project
$ cd my-typed-project
$ npm install # Or yarn
- Requires
@vue-cli/init
orvue-cli@^2.1.0
- nuxt-ts module does everything.
MIT
Heavily basing on nuxt-community/typescript-template.