Skip to content

Commit

Permalink
chore: resolve lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 8, 2024
1 parent 6113eba commit fa023d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build.ts
Original file line number Diff line number Diff line change
@@ -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...')
Expand Down
1 change: 0 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit fa023d4

Please sign in to comment.