Skip to content

Commit ccf56ac

Browse files
committed
chore: improve debug logs
chore: wip chore: wip chore: wip
1 parent cebb053 commit ccf56ac

File tree

3 files changed

+212
-403
lines changed

3 files changed

+212
-403
lines changed

src/config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import process from 'node:process'
33
import { loadConfig } from 'bunfig'
44

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

0 commit comments

Comments
 (0)