diff --git a/build.ts b/build.ts index 6d86740..c104398 100644 --- a/build.ts +++ b/build.ts @@ -1,6 +1,5 @@ import { log } from '@stacksjs/cli' import { fs } from '@stacksjs/storage' -// @ts-expect-error - types are missing for now import { dts } from 'bun-plugin-dtsx' log.info('Building...') diff --git a/bun.lockb b/bun.lockb index 01ec383..06faa0a 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c790a36..12df62d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@stacksjs/eslint-config": "^3.8.1-beta.2", "@types/bun": "^1.1.13", "bun-config": "^0.1.2", - "bun-plugin-dtsx": "^0.21.2", + "bun-plugin-dtsx": "^0.21.3", "tinyglobby": "^0.2.10", "vitepress": "^1.5.0" },