Add type definitions and update files in package.json

This commit is contained in:
Maël Nison 2025-09-28 10:25:05 +02:00 committed by Fabian
parent dcc1700cef
commit 40f504e933

View file

@ -7,12 +7,14 @@
"files": [
"Readme.md",
"LICENSE",
"v86.d.ts",
"build/libv86*.js",
"build/libv86*.js.map",
"build/*.mjs",
"build/v86*.wasm"
],
"main": "build/libv86.mjs",
"types": "v86.d.ts",
"repository": "github:copy/v86",
"type": "module"
}