We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebb053 commit ccf56acCopy full SHA for ccf56ac
src/config.ts
@@ -3,7 +3,7 @@ import process from 'node:process'
3
import { loadConfig } from 'bunfig'
4
5
// Get loaded config
6
-// @ts-expect-error dtsx error
+// @ts-expect-error bunfig error due to current dtsx incompatibility (0009)
7
// eslint-disable-next-line antfu/no-top-level-await
8
export const config: DtsGenerationConfig = await loadConfig({
9
name: 'dts',
@@ -15,6 +15,5 @@ export const config: DtsGenerationConfig = await loadConfig({
15
keepComments: true,
16
clean: true,
17
tsconfigPath: './tsconfig.json',
18
- verbose: false,
19
},
20
})
0 commit comments