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

15 lines
342 B
JSON
Raw Normal View History

2024-12-06 10:42:08 +08:00
// 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"]
}