diff --git a/apps/remix/app/config.ts b/apps/remix/app/config.ts index 19d453af5c..ae8881a358 100644 --- a/apps/remix/app/config.ts +++ b/apps/remix/app/config.ts @@ -6,10 +6,10 @@ const settings = { slate, }; -// @ts-ignore +// @ts-expect-error We need to fix typing config.set('settings', settings); -// @ts-ignore +// @ts-expect-error We need to fix typing config.set('blocks', { blocksConfig }); export default config;