ng2-component-spinner
Version:
A fairly simple and customizable spinner for your angular 2/4 component.
26 lines (25 loc) • 527 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "ES6",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowUnusedLabels": false,
"noImplicitAny": true,
"moduleResolution": "node",
"sourceMap": true,
"declaration": true,
"outDir": "./dist",
"typeRoots": [
"node_modules/@types"
]
},
"exclude": [
"node_modules",
"dist",
"**/*.spec.ts"
],
"angularCompilerOptions": {
"strictMetadataEmit": true
}
}