Promptaid-VIsion / go-web-app-develop /patches /@turf__bbox@6.5.0.patch
SCGR's picture
Integrate VLMs
d7291ef
raw
history blame
479 Bytes
diff --git a/package.json b/package.json
index 667487dc0803e78f1aa6c8686173fffdb75eb2a0..609ad207542e5fd76fc5538646bb3689ea7e1bab 100644
--- a/package.json
+++ b/package.json
@@ -29,11 +29,11 @@
"exports": {
"./package.json": "./package.json",
".": {
+ "types": "./dist/js/index.d.ts",
"import": "./dist/es/index.js",
"require": "./dist/js/index.js"
}
},
- "types": "dist/js/index.d.ts",
"sideEffects": false,
"files": [
"dist"