diff --git a/build.ts b/build.ts index c104398..6d86740 100644 --- a/build.ts +++ b/build.ts @@ -1,5 +1,6 @@ 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/src/config.ts b/src/config.ts index e382692..cf6af76 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,5 +1,4 @@ import type { DtsGenerationConfig } from './types' -import { resolve } from 'node:path' import process from 'node:process' // @ts-expect-error - types are missing for now import { loadConfig } from 'bun-config'