Open
Description
While switching from rollup-plugin-typescript
to rollup-plugin-typescript2
in order to produce declaration files, the *.vue
files are not recognized anymore.
[!] (rpt2 plugin) Error: someFolder/index.ts(2,53): semantic error TS2307 Cannot find module './component.vue'.
src\index.ts
Error: someFolder/index.ts(2,53): semantic error TS2307 Cannot find module './component.vue'.
Trying by just importing rollup-plugin-typescript
instead of rollup-plugin-typescript2
bundles without a problem.
This could be bound to this issue though I have the last version (of every plugin today indeed).