Skip to content

Commit 26b77fa

Browse files
committed
fixup! Fix build and export issues in rush-lib.
1 parent 85e965a commit 26b77fa

File tree

1 file changed

+1
-1
lines changed
  • build-tests-subspace/rush-lib-test/src

1 file changed

+1
-1
lines changed

build-tests-subspace/rush-lib-test/src/start.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ console.log('rush-lib-test loading Rush configuration...');
77

88
// Important: Since we're calling an internal API, we need to use the unbundled .d.ts files
99
// instead of the normal .d.ts rollup
10-
import { RushConfiguration } from '@microsoft/rush-lib/lib/';
10+
import { RushConfiguration } from '@microsoft/rush-lib/lib/index';
1111

1212
const config: RushConfiguration = RushConfiguration.loadFromDefaultLocation();
1313
console.log(config.commonFolder);

0 commit comments

Comments
 (0)