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.
bun-plugin-dtsx
1 parent bb47c2d commit 0d85166Copy full SHA for 0d85166
build.ts
@@ -1,6 +1,5 @@
1
import { log } from '@stacksjs/cli'
2
import { fs } from '@stacksjs/storage'
3
-// @ts-expect-error - types are missing for now
4
import { dts } from 'bun-plugin-dtsx'
5
6
log.info('Building...')
bun.lockb
0 Bytes
package.json
@@ -66,7 +66,7 @@
66
"@stacksjs/eslint-config": "^3.8.1-beta.2",
67
"@types/bun": "^1.1.13",
68
"bun-config": "^0.1.2",
69
- "bun-plugin-dtsx": "^0.21.2",
+ "bun-plugin-dtsx": "^0.21.3",
70
"tinyglobby": "^0.2.10",
71
"vitepress": "^1.5.0"
72
},
0 commit comments