diff --git a/config/config.ts b/config/config.ts index cd4ef3e..c5777a1 100644 --- a/config/config.ts +++ b/config/config.ts @@ -13,7 +13,7 @@ export class Config extends IBuilder { return Config.empty().withValue(key, value); } - static of }, C extends ValueSpec>(spec: B) { + static of }>(spec: B) { // deno-lint-ignore no-explicit-any const answer: { [K in keyof B]: BuilderExtract } = {} as any; for (const key in spec) {