@syncfusion/ej2-angular-schedule
Version:
Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular
26 lines (25 loc) • 556 B
JSON
{
"compilerOptions": {
"lib": ["es2017", "dom"],
"module": "commonjs",
"moduleResolution": "node",
"noEmitOnError": false,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"sourceMap": true,
"target": "es6",
"declaration": true,
"types": [
"jasmine",
"node"
]
},
"exclude": [
"node_modules",
"src",
"src/**/*.ts",
"spec",
"spec/**/*.ts",
"@typings"
]
}