Skip to content

Commit 6e8804d

Browse files
authored
build: fix rootDir (angular#29274)
1 parent 0247733 commit 6e8804d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"extends": "../../tsconfig.json",
44
"compilerOptions": {
5-
"rootDir": "..",
5+
"rootDirs": ["..", "../../tools"],
66
"baseUrl": ".",
77
"paths": {
88
"@angular/cdk": ["../cdk"],

0 commit comments

Comments
 (0)