From d251c66a80b5e54f92942045296d73c117a5bef5 Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Mon, 17 Jun 2024 16:09:51 -0700 Subject: [PATCH] build: fix rootDir --- src/material/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/tsconfig.json b/src/material/tsconfig.json index 900477f6952e..651a5124ec97 100644 --- a/src/material/tsconfig.json +++ b/src/material/tsconfig.json @@ -2,7 +2,7 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - "rootDir": "..", + "rootDirs": ["..", "../../tools"], "baseUrl": ".", "paths": { "@angular/cdk": ["../cdk"],