Added a `.d.ts` file to my pridepack project for a typeless 3rd-party package. Whenever I run `build`, type errors appear. I've tried to put the declaration file on both `src/` and the project root. I get the same errors.
Added a
.d.tsfile to my pridepack project for a typeless 3rd-party package. Whenever I runbuild, type errors appear.I've tried to put the declaration file on both
src/and the project root. I get the same errors.