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 432516e commit 0774f5fCopy full SHA for 0774f5f
build-tests-subspace/rush-lib-test/src/start.ts
@@ -7,7 +7,7 @@ console.log('rush-lib-test loading Rush configuration...');
7
8
// Important: Since we're calling an internal API, we need to use the unbundled .d.ts files
9
// instead of the normal .d.ts rollup
10
-import { RushConfiguration } from '@microsoft/rush-lib/lib/';
+import { RushConfiguration } from '@microsoft/rush-lib/lib/index';
11
12
const config: RushConfiguration = RushConfiguration.loadFromDefaultLocation();
13
console.log(config.commonFolder);
0 commit comments