Fails to compile .js file to es5? -- set plugin include
#150
Labels
kind: support
Asking for support with something or a specific use case
solution: already possible
This is already possible / this feature already exists
What happens and why it is wrong
I have a project with mixed
.js
,.mjs
and.ts
files which all should compile down toes5
.What is going wrong is that the plugin is compiling only files with the
.ts
extensions.Is it possible to compile the
.js
files too?I already set
"allowJs": true
intsconfig.json
.Here is a test repository reproducing the issue ->
https://github.com/yavorski/rollup-typescript-fail-js.
As you can see in the compiled file async/await is not compiled...
Any advance would be helpfull.
Environment
Versions
rollup.config.js
tsconfig.json
package.json
plugin output with verbosity 3
As I said, any advice would be helpful.
Thanks in advance!
The text was updated successfully, but these errors were encountered: