build(deps-dev): bump typescript
[poolifier.git] / jsr.json
index bcf3e369e7d1ef7dfc1d4da70c3f2cd100b81765..23bcc11304373d47a11f8af0f4e79229a7d793a4 100644 (file)
--- a/jsr.json
+++ b/jsr.json
@@ -1,16 +1,9 @@
 {
   "$schema": "https://jsr.io/schema/config-file.v1.json",
   "name": "@poolifier/poolifier",
-  "version": "3.1.25",
-  "exports": "./lib/index.mjs",
+  "version": "3.1.29",
+  "exports": "./src/index.ts",
   "publish": {
-    "include": [
-      "LICENSE",
-      "README.md",
-      "jsr.json",
-      "lib/**/*.mjs",
-      "lib/**/*.mjs.map",
-      "lib/**/*.ts"
-    ]
+    "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
   }
 }