Skip to content

Commit e8431e6

Browse files
committed
fixup! refactor: move baseUrl fallback logic to paths-plugin.ts
1 parent 6c91431 commit e8431e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/builders/browser/tests/options/allowed-common-js-dependencies_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describeBuilder(buildWebpackBrowser, BROWSER_BUILDER_INFO, (harness) => {
122122
const tsconfig = JSON.parse(content);
123123
tsconfig.compilerOptions ??= {};
124124
tsconfig.compilerOptions.paths = {
125-
'@app/*': ['src/app/*'],
125+
'@app/*': ['./src/app/*'],
126126
};
127127

128128
return JSON.stringify(tsconfig, null, 2);

0 commit comments

Comments
 (0)