diff --git a/src/client/wetty/term/confiruragtion/load.ts b/src/client/wetty/term/confiruragtion/load.ts index 00b7c50..1961dd3 100644 --- a/src/client/wetty/term/confiruragtion/load.ts +++ b/src/client/wetty/term/confiruragtion/load.ts @@ -1,6 +1,6 @@ import _ from 'lodash'; -export function loadOptions(): any { +export function loadOptions(): object { const defaultOptions = { xterm: { fontSize: 14 } }; try { return _.isUndefined(localStorage.options)