Skip to content

Commit 7991ad9

Browse files
committed
lint: fix rootDir
1 parent 99b3312 commit 7991ad9

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)