sass-references/angular-material/material/tsconfig.json

15 lines
342 B
JSON

// 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"]
}