// Configuration for IDEs only. { "extends": "../../tsconfig.json", "compilerOptions": { "rootDirs": ["..", "../../tools"], "baseUrl": ".", "paths": { "@angular/cdk": ["../cdk"], "@angular/cdk/*": ["../cdk/*"], "@angular/material/*": ["./*"] } }, "include": ["./**/*.ts", "../dev-mode-types.d.ts"] }