Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/src/assets/stackblitz/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
Expand Down
1 change: 0 additions & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "../dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
Expand Down
1 change: 0 additions & 1 deletion integration/harness-e2e-cli/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"esModuleInterop": true,
Expand Down
1 change: 0 additions & 1 deletion integration/ng-add-standalone/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
Expand Down
1 change: 0 additions & 1 deletion integration/ng-add/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
Expand Down
1 change: 0 additions & 1 deletion integration/yarn-pnp-compat/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
Expand Down
1 change: 0 additions & 1 deletion src/aria/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"baseUrl": ".",
"paths": {
"@angular/cdk/*": ["../cdk/*"],
"@angular/aria/*": ["../aria/*"]
Expand Down
1 change: 0 additions & 1 deletion src/bazel-tsconfig-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// used by Bazel to build the sources for an entry-point.
{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"stripInternal": false,
"experimentalDecorators": true,
Expand Down
1 change: 0 additions & 1 deletion src/cdk-experimental/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"baseUrl": ".",
"paths": {
"@angular/cdk/*": ["../cdk/*"],
"@angular/cdk-experimental/*": ["../cdk-experimental/*"]
Expand Down
1 change: 0 additions & 1 deletion src/cdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"baseUrl": ".",
"paths": {
"@angular/cdk/*": ["./*"]
}
Expand Down
1 change: 0 additions & 1 deletion src/components-examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"baseUrl": ".",
"paths": {
"@angular/aria/*": ["../aria/*"],
"@angular/cdk/*": ["../cdk/*"],
Expand Down
1 change: 0 additions & 1 deletion src/dev-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"],
Expand Down
1 change: 0 additions & 1 deletion src/e2e-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"baseUrl": ".",
"paths": {
"@angular/cdk/*": ["../cdk/*"],
"@angular/material/*": ["../material/*"],
Expand Down
1 change: 0 additions & 1 deletion src/google-maps/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"baseUrl": ".",
"paths": {},
"types": ["jasmine", "google.maps"]
},
Expand Down
1 change: 0 additions & 1 deletion src/material-date-fns-adapter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"baseUrl": ".",
"paths": {
"@angular/cdk/*": ["../cdk/*"],
"@angular/material/*": ["../material/*"],
Expand Down
1 change: 0 additions & 1 deletion src/material-experimental/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"baseUrl": ".",
"paths": {
"@angular/cdk/*": ["../cdk/*"],
"@angular/material/*": ["../material/*"],
Expand Down
1 change: 0 additions & 1 deletion src/material-luxon-adapter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"baseUrl": ".",
"paths": {
"@angular/cdk/*": ["../cdk/*"],
"@angular/material/*": ["../material/*"],
Expand Down
1 change: 0 additions & 1 deletion src/material-moment-adapter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"baseUrl": ".",
"paths": {
"@angular/cdk/*": ["../cdk/*"],
"@angular/material/*": ["../material/*"],
Expand Down
1 change: 0 additions & 1 deletion src/material/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDirs": ["..", "../../tools"],
"baseUrl": ".",
"paths": {
"@angular/cdk": ["../cdk"],
"@angular/cdk/*": ["../cdk/*"],
Expand Down
1 change: 0 additions & 1 deletion src/youtube-player/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"baseUrl": ".",
"paths": {},
"types": ["jasmine"]
},
Expand Down
4 changes: 0 additions & 4 deletions tools/dgeni/bazel-bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"target": "es2022",
"lib": ["es2020", "dom"],
"types": ["jasmine"],
"baseUrl": ".",
"paths": {
"@angular/aria": ["./src/aria"],
"@angular/aria/*": ["./src/aria/*"],
Expand Down
Loading