Skip to content

Commit

Permalink
build: fix rootDir (#29274)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Jun 18, 2024
1 parent 0247733 commit 6e8804d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"rootDirs": ["..", "../../tools"],
"baseUrl": ".",
"paths": {
"@angular/cdk": ["../cdk"],
Expand Down

0 comments on commit 6e8804d

Please sign in to comment.