Skip to content

Commit

Permalink
chore: remove unused '@ts-expect-error' directives
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 9, 2024
1 parent 586df55 commit 92ee344
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// @ts-expect-error - types are missing for now
import type { DtsGenerationOption } from '@stacksjs/dtsx'
import type { BunPlugin } from 'bun'
// @ts-expect-error - types are missing for now
import { generate } from '@stacksjs/dtsx'

export function dts(options?: DtsGenerationOption): BunPlugin {
Expand Down

0 comments on commit 92ee344

Please sign in to comment.