UNPKG

ipsos-components

Version:

Material Design components for Angular

14 lines (13 loc) 277 B
// Configuration for IDEs only. { "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "..", "baseUrl": ".", "paths": { "@angular/cdk/*": ["../cdk/*"], "@angular/material/*": ["./*"] } }, "include": ["./**/*.ts"] }