Skip to content

Commit 7af132d

Browse files
chore: add rootDirs to cdk tsconfig-build.json (#9470)
1 parent 5c87a84 commit 7af132d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cdk/tsconfig-build.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"moduleResolution": "node",
1414
"outDir": "../../dist/packages/cdk",
1515
"rootDir": ".",
16+
"rootDirs": [
17+
".",
18+
"../../dist/packages/material"
19+
],
1620
"sourceMap": true,
1721
"inlineSources": true,
1822
"target": "es2015",

0 commit comments

Comments
 (0)