diff --git a/lib/inits/setupExports.ts b/lib/inits/setupExports.ts index 70ba15a..bad6dd9 100644 --- a/lib/inits/setupExports.ts +++ b/lib/inits/setupExports.ts @@ -3,7 +3,7 @@ import { Utils } from "../util/utils" export type SetupExports = (opts: { effects: Effects - utils: Utils + utils: Utils }) => | { ui: ExposeUiPaths diff --git a/lib/types.ts b/lib/types.ts index 338e7a7..657c09c 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -114,8 +114,8 @@ export type ValidIfNoStupidEscape = A extends | `${string}\\"${string}` ? never : "" extends A & "" - ? never - : A + ? never + : A export type ConfigRes = { /** This should be the previous config, that way during set config we start with the previous */