Fix Wasm build

This commit is contained in:
Ingvar Stepanyan
2023-08-05 19:21:03 +01:00
parent c80c04f006
commit 6c693186c2
4 changed files with 7 additions and 10 deletions

View File

@@ -2,8 +2,9 @@
"name": "web-gphoto2",
"version": "0.1.0",
"description": "WebAssembly implementation of gphoto2 and libusb to control DSLR cameras over USB on the Web",
"type": "module",
"main": "build/camera.js",
"exports": {
"import": "./build/camera.js"
},
"types": "build/camera.d.ts",
"scripts": {
"build:ts": "tsc"