Skip to content

Commit

Permalink
Ignore ts bundle error
Browse files Browse the repository at this point in the history
  • Loading branch information
twk3 committed Jan 17, 2024
1 parent ab03b4d commit dd5da5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import type {
// loot-core types
import type { initConfig } from 'loot-core/server/main';

// @ts-ignore: bundle not available until we build it
// eslint-disable-next-line import/extensions
import * as bundle from './app/bundle.api.js';
import * as injected from './injected';
Expand Down

0 comments on commit dd5da5d

Please sign in to comment.