diff --git a/index.d.ts b/index.d.ts index 9d771ab..77b87db 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,7 +1,7 @@ import {type Except} from 'type-fest'; -import Conf, {type Options as ConfigOptions} from 'conf'; +import Conf, {type Options as ConfigOptions} from 'conf/dist/source/index'; -export {Schema} from 'conf'; +export {Schema} from 'conf/dist/source/index'; export type Options> = Except, 'configName' | 'projectName' | 'projectVersion' | 'projectSuffix'> & { /** diff --git a/package.json b/package.json index e1a9f18..ba4c1f8 100644 --- a/package.json +++ b/package.json @@ -58,12 +58,5 @@ "node", "browser" ] - }, - "tsd": { - "compilerOptions": { - "module": "node16", - "moduleResolution": "node16", - "moduleDetection": "force" - } } }