The build made by rollup will fail because it won't parse typescript
In the rollup.config.js
file, you can switch the "plugins" option to includes src for the TS rollup plugin.
However, I think it should not be necessary.
The build made by rollup will fail because it won't parse typescript
In the rollup.config.js
file, you can switch the "plugins" option to includes src for the TS rollup plugin.
However, I think it should not be necessary.