diff --git a/docs/src/assets/stackblitz/tsconfig.json b/docs/src/assets/stackblitz/tsconfig.json index c5a3ce073bae..61c430fae1b7 100644 --- a/docs/src/assets/stackblitz/tsconfig.json +++ b/docs/src/assets/stackblitz/tsconfig.json @@ -2,7 +2,6 @@ { "compileOnSave": false, "compilerOptions": { - "baseUrl": "./", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, diff --git a/docs/tsconfig.json b/docs/tsconfig.json index a720b05302df..7fdc360d63b5 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -1,7 +1,6 @@ { "compileOnSave": false, "compilerOptions": { - "baseUrl": "./", "outDir": "../dist/out-tsc", "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, diff --git a/integration/harness-e2e-cli/tsconfig.json b/integration/harness-e2e-cli/tsconfig.json index 261341b1897f..a7b0a09ee766 100644 --- a/integration/harness-e2e-cli/tsconfig.json +++ b/integration/harness-e2e-cli/tsconfig.json @@ -1,7 +1,6 @@ { "compileOnSave": false, "compilerOptions": { - "baseUrl": "./", "outDir": "./dist/out-tsc", "sourceMap": true, "esModuleInterop": true, diff --git a/integration/ng-add-standalone/tsconfig.json b/integration/ng-add-standalone/tsconfig.json index fa9e752a53eb..2c875b4075d5 100644 --- a/integration/ng-add-standalone/tsconfig.json +++ b/integration/ng-add-standalone/tsconfig.json @@ -1,7 +1,6 @@ { "compileOnSave": false, "compilerOptions": { - "baseUrl": "./", "outDir": "./dist/out-tsc", "forceConsistentCasingInFileNames": true, "strict": true, diff --git a/integration/ng-add/tsconfig.json b/integration/ng-add/tsconfig.json index fa9e752a53eb..2c875b4075d5 100644 --- a/integration/ng-add/tsconfig.json +++ b/integration/ng-add/tsconfig.json @@ -1,7 +1,6 @@ { "compileOnSave": false, "compilerOptions": { - "baseUrl": "./", "outDir": "./dist/out-tsc", "forceConsistentCasingInFileNames": true, "strict": true, diff --git a/integration/yarn-pnp-compat/tsconfig.json b/integration/yarn-pnp-compat/tsconfig.json index d6e6a0d755e7..e526ffd7cc15 100644 --- a/integration/yarn-pnp-compat/tsconfig.json +++ b/integration/yarn-pnp-compat/tsconfig.json @@ -2,7 +2,6 @@ { "compileOnSave": false, "compilerOptions": { - "baseUrl": "./", "outDir": "./dist/out-tsc", "forceConsistentCasingInFileNames": true, "strict": true, diff --git a/src/aria/tsconfig.json b/src/aria/tsconfig.json index 9589927d43cc..ec4a4e42225c 100644 --- a/src/aria/tsconfig.json +++ b/src/aria/tsconfig.json @@ -3,7 +3,6 @@ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", - "baseUrl": ".", "paths": { "@angular/cdk/*": ["../cdk/*"], "@angular/aria/*": ["../aria/*"] diff --git a/src/bazel-tsconfig-build.json b/src/bazel-tsconfig-build.json index cdbd7160610f..8aabfba4feb2 100644 --- a/src/bazel-tsconfig-build.json +++ b/src/bazel-tsconfig-build.json @@ -3,7 +3,6 @@ // used by Bazel to build the sources for an entry-point. { "compilerOptions": { - "baseUrl": ".", "declaration": true, "stripInternal": false, "experimentalDecorators": true, diff --git a/src/cdk-experimental/tsconfig.json b/src/cdk-experimental/tsconfig.json index 9dd6206feb19..1d67c29489d4 100644 --- a/src/cdk-experimental/tsconfig.json +++ b/src/cdk-experimental/tsconfig.json @@ -3,7 +3,6 @@ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", - "baseUrl": ".", "paths": { "@angular/cdk/*": ["../cdk/*"], "@angular/cdk-experimental/*": ["../cdk-experimental/*"] diff --git a/src/cdk/tsconfig.json b/src/cdk/tsconfig.json index 52b341bde973..da158374405c 100644 --- a/src/cdk/tsconfig.json +++ b/src/cdk/tsconfig.json @@ -3,7 +3,6 @@ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", - "baseUrl": ".", "paths": { "@angular/cdk/*": ["./*"] } diff --git a/src/components-examples/tsconfig.json b/src/components-examples/tsconfig.json index 98d71f1cadb9..8d3446074eee 100644 --- a/src/components-examples/tsconfig.json +++ b/src/components-examples/tsconfig.json @@ -3,7 +3,6 @@ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", - "baseUrl": ".", "paths": { "@angular/aria/*": ["../aria/*"], "@angular/cdk/*": ["../cdk/*"], diff --git a/src/dev-app/tsconfig.json b/src/dev-app/tsconfig.json index b5603f11cb1b..b697d2e671cf 100644 --- a/src/dev-app/tsconfig.json +++ b/src/dev-app/tsconfig.json @@ -4,7 +4,6 @@ "compilerOptions": { // Needed for Moment.js since it doesn't have a default export. "rootDir": "..", - "baseUrl": ".", "paths": { "@angular/aria": ["../aria"], "@angular/aria/*": ["../aria/*"], diff --git a/src/e2e-app/tsconfig.json b/src/e2e-app/tsconfig.json index 4f0a5cb5f393..30db2302267f 100644 --- a/src/e2e-app/tsconfig.json +++ b/src/e2e-app/tsconfig.json @@ -3,7 +3,6 @@ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", - "baseUrl": ".", "paths": { "@angular/cdk/*": ["../cdk/*"], "@angular/material/*": ["../material/*"], diff --git a/src/google-maps/tsconfig.json b/src/google-maps/tsconfig.json index 3d34fe24db16..2b8eab64392b 100644 --- a/src/google-maps/tsconfig.json +++ b/src/google-maps/tsconfig.json @@ -3,7 +3,6 @@ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", - "baseUrl": ".", "paths": {}, "types": ["jasmine", "google.maps"] }, diff --git a/src/material-date-fns-adapter/tsconfig.json b/src/material-date-fns-adapter/tsconfig.json index a8acc041c9ca..064ffc3855fb 100644 --- a/src/material-date-fns-adapter/tsconfig.json +++ b/src/material-date-fns-adapter/tsconfig.json @@ -3,7 +3,6 @@ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", - "baseUrl": ".", "paths": { "@angular/cdk/*": ["../cdk/*"], "@angular/material/*": ["../material/*"], diff --git a/src/material-experimental/tsconfig.json b/src/material-experimental/tsconfig.json index cb9426ac26a8..599c86c4a439 100644 --- a/src/material-experimental/tsconfig.json +++ b/src/material-experimental/tsconfig.json @@ -3,7 +3,6 @@ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", - "baseUrl": ".", "paths": { "@angular/cdk/*": ["../cdk/*"], "@angular/material/*": ["../material/*"], diff --git a/src/material-luxon-adapter/tsconfig.json b/src/material-luxon-adapter/tsconfig.json index a8acc041c9ca..064ffc3855fb 100644 --- a/src/material-luxon-adapter/tsconfig.json +++ b/src/material-luxon-adapter/tsconfig.json @@ -3,7 +3,6 @@ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", - "baseUrl": ".", "paths": { "@angular/cdk/*": ["../cdk/*"], "@angular/material/*": ["../material/*"], diff --git a/src/material-moment-adapter/tsconfig.json b/src/material-moment-adapter/tsconfig.json index a8acc041c9ca..064ffc3855fb 100644 --- a/src/material-moment-adapter/tsconfig.json +++ b/src/material-moment-adapter/tsconfig.json @@ -3,7 +3,6 @@ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", - "baseUrl": ".", "paths": { "@angular/cdk/*": ["../cdk/*"], "@angular/material/*": ["../material/*"], diff --git a/src/material/tsconfig.json b/src/material/tsconfig.json index c35c1edc5783..4f6adf68fc62 100644 --- a/src/material/tsconfig.json +++ b/src/material/tsconfig.json @@ -3,7 +3,6 @@ "extends": "../../tsconfig.json", "compilerOptions": { "rootDirs": ["..", "../../tools"], - "baseUrl": ".", "paths": { "@angular/cdk": ["../cdk"], "@angular/cdk/*": ["../cdk/*"], diff --git a/src/youtube-player/tsconfig.json b/src/youtube-player/tsconfig.json index 19ef7205e54f..87bac1d7056e 100644 --- a/src/youtube-player/tsconfig.json +++ b/src/youtube-player/tsconfig.json @@ -3,7 +3,6 @@ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", - "baseUrl": ".", "paths": {}, "types": ["jasmine"] }, diff --git a/tools/dgeni/bazel-bin.ts b/tools/dgeni/bazel-bin.ts index d84542c6d11b..8444a0b98347 100644 --- a/tools/dgeni/bazel-bin.ts +++ b/tools/dgeni/bazel-bin.ts @@ -84,10 +84,6 @@ if (require.main === module) { }); } - // Base URL for the `tsParser`. The base URL refer to the directory that includes all - // package sources that need to be processed by Dgeni. - tsParser.options.baseUrl = packagePath; - // This is ensures that the Dgeni TypeScript processor is able to parse node modules such // as the Angular packages which might be needed for doc items. e.g. if a class implements // the "AfterViewInit" interface from "@angular/core". This needs to be relative to the diff --git a/tsconfig.json b/tsconfig.json index 8692821f3f6d..2184a3e8fd14 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,7 +24,6 @@ "target": "es2022", "lib": ["es2020", "dom"], "types": ["jasmine"], - "baseUrl": ".", "paths": { "@angular/aria": ["./src/aria"], "@angular/aria/*": ["./src/aria/*"],