ng2-bootstrap-card
Version:
Angular 2 Bootstrap card component
20 lines (19 loc) • 424 B
JSON
{
"compilerOptions": {
"noImplicitAny": true,
"module": "commonjs",
"target": "ES5",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"declaration": true,
"moduleResolution": "node",
"removeComments": true
},
"files": [
"ng2-bootstrap-card.ts"
],
"exclude": [
"node_modules"
]
}