-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit tsconfig.json file path #545
Comments
I also need this so I can specify a production only @kevinmarrec would it be possible to create a new release if we create a PR with this change? |
Why were you saying that it was not possible? This code was merging module's |
Thanks @rchl for pointing out the module is actually merging the module options to the webpack plugin configuration. ['@nuxt/typescript-build', {
typeCheck: {
typescript: {
configFile: path.resolve('.', 'tsconfig.prod.json'),
},
},
}], This behaviour is not documented though. |
It is not possible to edit the default
tsconfig.json
file path. The following will make it possible:This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: