Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
EventSource as LDEventSource,
} from '@launchdarkly/js-client-sdk-common';

import Backoff from './Backoff';
import Backoff from '../../../../shared/common/src/datasource/Backoff';

/**
* Implementation Notes:
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/browser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"types": ["node", "jest"],
"allowJs": true
},
"include": ["src"],
"include": ["src", "../../shared/common/src/datasource/Backoff.ts"],
"exclude": [
"vite.config.ts",
"__tests__",
Expand Down
Loading
Loading