We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c118d commit 28c0c47Copy full SHA for 28c0c47
.github/workflows/publish.yml
@@ -25,4 +25,4 @@ jobs:
25
run: bun install
26
27
- name: Publish package
28
- run: bunx jsr publish
+ run: bunx jsr publish --allow-slow-types
jsr.json
@@ -9,7 +9,7 @@
9
"README.md",
10
"package.json",
11
"tsconfig.json",
12
- "src/*.ts"
+ "src/**/*.ts"
13
],
14
"exclude": [
15
"tests",
0 commit comments