@nuxt/typescript-runtime@0.2.0
版本发布时间: 2019-10-03 05:05:01
nuxt/typescript最新发布版本:@nuxt/typescript-runtime@3.0.2(2023-11-17 04:15:40)
:warning: Important :warning:
Starting @nuxt/typescript-runtime@0.2.0, Nuxt 2.10 or above is required.
Refactor
- Use Nuxt 2.10 CLI hooks, leading to lighter and much cleaner implementation.
Features
- Custom tsconfig location with
--tsconfig
CLI option when usingnuxt-ts
:
Fixes
- Fix issues when the
.ts
extension was not given toserverMiddleware
&modules
innuxt.config.ts
(#80). - Fixes any issues regarding CLI options when using nuxt-ts (i.e. correctly find rootDir).
All of the fixes and the feature provided is only possible thanks to Nuxt 2.10 CLI hooks, that's why 2.10 becomes now the minimal version to have to use last version of Nuxt TS Runtime support package.