angular2-masonry
Version:
Angular2 component for https://github.com/desandro/masonry
17 lines • 397 B
JSON
{
"compilerOptions": {
"noImplicitAny": true,
"module": "commonjs",
"target": "es5",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"declaration": true,
"strictNullChecks": true,
"skipLibCheck": true
},
"exclude": [
"node_modules",
"demo"
]
}