ipsos-components
Version:
Material Design components for Angular
16 lines (15 loc) • 371 B
JSON
// Configuration for IDEs only.
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"baseUrl": ".",
"paths": {
"@angular/cdk/*": ["../cdk/*"],
"@angular/cdk": ["../cdk"],
"@angular/material/*": ["../lib/*"],
"@angular/material": ["../lib/public-api.ts"]
}
},
"include": ["./**/*.ts"]
}