-
Notifications
You must be signed in to change notification settings - Fork 28
Add "noEmit": true to compilerOptions #10
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
Comments
Adding
|
Oops, I've only tested in command line with the |
I can't reproduce it locally. Could you open a new issue with a reproducible repository? |
I did find a caveat of If the root I have ideas to mitigate this issue, but they are too complicated and might not be worth the effort. |
To mitigate this issue, I can:
On the other hand, If I drop After some thought and reading this issue, I think
So, I plan to drop |
More detailed explanations at <#10 (comment)>
The current config gives the following schema error:
Option 'allowImportingTsExtensions' can only be used when either 'noEmit' or 'emitDeclarationOnly' is set
.Setting
"noEmit": true,
incompilerOptions
seems to resolve it, as Vite is doing the actual transpiling this seems to work fine.The text was updated successfully, but these errors were encountered: