Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 370 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 370 Bytes

Zip Demo

Running:

yarn install
yarn run start

Notes

minizip-asm.js doesn't have its own type definitions, to run it properly you need to create the folder structure around loading custom types.

This is accomplished by setting typeRoots inside tsconfig.json as in this example.

And then putting in the types folder from this example in place.