diff --git a/index.ts b/index.ts index 07f5873..2f5ecfa 100644 --- a/index.ts +++ b/index.ts @@ -5,7 +5,7 @@ import logger from 'log' import {read_object} from './src/read_type' const log = logger('config') -export {Type} from '@sinclair/typebox' // Re-export Type so users can describe config +export {Type, type Static} from '@sinclair/typebox' // Re-export Type so users can describe config export async function parse(scheme: TObject): Promise> | null> { log.info("Parse configuration from env")