-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
documentationThe issue or pull request related to the documentationThe issue or pull request related to the documentationprogrammatic usageThe issue is related to programmatic usageThe issue is related to programmatic usagetransferedIssue transfered from nuxt main repoIssue transfered from nuxt main repo
Description
Version
Reproduction link
Steps to reproduce
- setup @nuxt/typescript-builder
- Start nuxt programatically. const nuxt = new Nuxt => new Builder(nuxt)
- https://github.com/nuxt/nuxt.js/blob/92c7f4ed249466870a477798f910c84eb1fdd18d/packages/builder/src/builder.js#L47 will be empty. Should be ['ts', 'tsx']
What is expected ?
additionalExtensions should be ['ts', 'tsx']
What is actually happening?
additionalExtensions is []
Metadata
Metadata
Assignees
Labels
documentationThe issue or pull request related to the documentationThe issue or pull request related to the documentationprogrammatic usageThe issue is related to programmatic usageThe issue is related to programmatic usagetransferedIssue transfered from nuxt main repoIssue transfered from nuxt main repo