We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d204c51 commit 66435abCopy full SHA for 66435ab
packages/repository/src/index.ts
@@ -14,6 +14,11 @@
14
15
export * from '@loopback/filter';
16
export {JSONSchema7 as JsonSchema} from 'json-schema';
17
+/**
18
+ * Export the DataSource to avoid TypeScript 4.2's complaint about
19
+ * RepositoryMixin as it references `juggler.DataSource`
20
+ */
21
+export {DataSource as JugglerDataSource} from 'loopback-datasource-juggler';
22
export * from './common-types';
23
export * from './connectors';
24
export * from './datasource';
0 commit comments