diff --git a/index.ts b/index.ts index 1c5e812..83c0eb9 100644 --- a/index.ts +++ b/index.ts @@ -28,7 +28,7 @@ const BUNDLER_OPTIONS = { }; function readAccounts(): ReadonlyArray { - const rawAccounts: Object = jsyaml.safeLoad( + const rawAccounts: object = jsyaml.safeLoad( readFileSync(join(__dirname, 'accounts.yml')).toString() ); return Object.values(