vue-promised
vue-promised copied to clipboard
Building with Vue3 + Vite + TS fails
Reproduction
Seems to be a problem with the Shim.
node_modules/vue-promised/dist/vue-promised.d.ts:1:23 - error TS2688: Cannot find type definition file for 'jest'.
1 /// <reference types="jest" />
Steps to reproduce the behavior
1.'install the library on a project that uses Vite' 2. Run 'npm run build'
Expected behavior
Build should not fail
Actual behavior
Build fails