nuxt-typescript
nuxt-typescript copied to clipboard
TypeScript module for Nuxt
Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable...
Hi, I've set sourceMap: true on tsconfig.json but for some reason I believe Nuxt is not creating the sourcemap to allow Webstorm to set breakpoints. Has anyone run into any...
Adding the asyncData property and using typescript without classes and decorators, throws this typing error: ``` Object literal may only specify known properties, and 'asyncData' does not exist in type...
Since there is native typescript support in nuxt 2.4 seems this module is deprecated. Then might be a good idea to recommend against using this on readme and point to...
I don't have time to make push request 😢 I based in: - https://github.com/nuxt/nuxt.js/blob/dev/packages/webpack/src/config/base.js - https://github.com/TypeStrong/ts-loader/blob/master/examples/thread-loader/webpack.config.js ``` /* eslint-disable @typescript-eslint/camelcase,@typescript-eslint/no-var-requires */ const isProduction = process.env.NODE_ENV === 'production'; const ForkTsCheckerWebpackPlugin =...
babel option is deep inside use, method "findRule" cannot get that option  i don't have a good idea, hope you have
In [`vue-loader`](https://github.com/wagerfield/nuxt-typescript/blob/master/index.js#L103), (Currently) `loaders` is undefined in Nuxt v2. So it shows error like `× error TypeError: Cannot set property 'ts' of undefined` This is my solution 
After I run `npm run dev`, whenever I saved a `.js` extension file, it will throw an error shown below ``` ✖ error Error: fork-ts-checker-webpack-plugin hooks are already in use...
I have had some compatibility issues, because vscode's linter was using a newer version of typescript. So I have had some ts lint warning show up in vscode, while they...
If I clone the repo, navigate to the `examples` folder and run: `npm install` `npm run dev` I get the following errors: ``` These dependencies were not found: * !!ts-loader!../node_modules/vue-loader/lib/selector?type=script&index=0!./lang-ts.vue...