Skip to content

Commit

Permalink
chore: improve debug logs
Browse files Browse the repository at this point in the history
chore: wip

chore: wip

chore: wip
  • Loading branch information
chrisbbreuer committed Jan 18, 2025
1 parent cebb053 commit ccf56ac
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 403 deletions.
3 changes: 1 addition & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import process from 'node:process'
import { loadConfig } from 'bunfig'

// Get loaded config
// @ts-expect-error dtsx error
// @ts-expect-error bunfig error due to current dtsx incompatibility (0009)
// eslint-disable-next-line antfu/no-top-level-await
export const config: DtsGenerationConfig = await loadConfig({
name: 'dts',
Expand All @@ -15,6 +15,5 @@ export const config: DtsGenerationConfig = await loadConfig({
keepComments: true,
clean: true,
tsconfigPath: './tsconfig.json',
verbose: false,
},
})
Loading

0 comments on commit ccf56ac

Please sign in to comment.