We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e2b63 commit 63faa2aCopy full SHA for 63faa2a
src/index.ts
@@ -5,7 +5,7 @@
5
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
6
*/
7
8
-export * from './sourceTracking';
+export { SourceTracking, SourceTrackingOptions } from './sourceTracking';
9
export {
10
RemoteSyncInput,
11
ChangeOptionType,
0 commit comments