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 1346f5b commit 190aabaCopy full SHA for 190aaba
src/config.ts
@@ -1,5 +1,6 @@
1
import type { DtsGenerationConfig } from './types'
2
import process from 'node:process'
3
+// @ts-expect-error current issue with bunfig and dtsx
4
import { loadConfig } from 'bunfig'
5
6
export const defaultConfig: DtsGenerationConfig = {
0 commit comments