UNPKG

@syncfusion/reporting-angular

Version:

The Syncfusion Reporting UI components for Angular contains `Report Viewer` and `Report Designer` Angular components for enterprise web development. Empower your web application with feature-rich report preview, edit, and customization capabilities that a

37 lines 829 B
{ "compilerOptions": { "target": "ES5", "module": "commonjs", "moduleResolution": "node", "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "removeComments": false, "noImplicitAny": true, "lib": [ "es2015", "dom" ], "declaration": true, "outDir": "./src", "stripInternal": true, "typeRoots": [ "node_modules/@types/" ], "types": [ "jquery", "ej.web.all", "node" ] }, "exclude": [ "node_modules", "src" ], "files": [ "index.ts" ], "angularCompilerOptions": { "skipTemplateCodegen": true } }