vue-promised icon indicating copy to clipboard operation
vue-promised copied to clipboard

Building with Vue3 + Vite + TS fails

Open mijorus opened this issue 2 years ago • 0 comments

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

mijorus avatar Apr 11 '22 21:04 mijorus