ej-angular2-test
Version:
Angular 2 components for Syncfusion JavaScript widgets
24 lines • 425 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"
]
}