@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
26 lines • 489 B
JSON
{
"compilerOptions": {
"noImplicitAny": false,
"module": "commonjs",
"target": "ES5",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"declaration": true,
"outDir": "./src",
"typeRoots": [
"node_modules/@types/"
],
"types": [
"jquery",
"ej.web.all",
"node"
]
},
"exclude": [
"node_modules",
"src",
"samples",
"ej.angular2.d.ts"
]
}