UNPKG

angular-froalacharts

Version:

Simple and lightweight official Angular component for FroalaCharts. `angular-froalacharts` enables you to add JavaScript charts in your Angular application without any hassle.

41 lines (40 loc) 749 B
{ "compilerOptions": { "baseUrl": "", "declaration": true, "stripInternal": true, "experimentalDecorators": true, "strictNullChecks": true, "noImplicitAny": false, "module": "es2015", "moduleResolution": "node", "paths": { "@angular/core": [ "node_modules/@angular/core" ], "@angular/common": [ "node_modules/@angular/common" ], "rxjs/*": [ "node_modules/rxjs/*" ] }, "rootDir": "src/angular-froalacharts", "outDir": "dist", "sourceMap": true, "inlineSources": true, "target": "es5", "skipLibCheck": true, "lib": [ "es2015", "dom" ] }, "files": [ "./src/angular-froalacharts/index.ts" ], "angularCompilerOptions": { "strictMetadataEmit": true, "genDir": ".tmp" } }