Closed benmccann closed 4 years ago
See https://github.com/sveltejs/sapper/issues/1375 and https://github.com/sveltejs/template/pull/161 for more details. I think it'd be worth switching to rollup-plugin-typescript2, which works much better in my limited experience
rollup-plugin-typescript2
It seems another solution might be setting noEmitOnError: false in the rollup config https://github.com/rollup/plugins/issues/272
noEmitOnError: false
See https://github.com/sveltejs/sapper/issues/1375 and https://github.com/sveltejs/template/pull/161 for more details. I think it'd be worth switching to
rollup-plugin-typescript2
, which works much better in my limited experience