mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-22 08:25:29 +01:00
fix(bindings/wasm): add types property for typescript setting
Signed-off-by: sunrabbit123 <qudwls185@naver.com>
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"type": "module",
|
||||
"main": "./node/dist/index.cjs",
|
||||
"module": "./web/dist/index.js",
|
||||
"types": "./web/dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"node": "./node/dist/index.cjs",
|
||||
@@ -39,4 +40,4 @@
|
||||
"vitest": "^2.1.8",
|
||||
"wasm-pack": "^0.13.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user