UNPKG

nativescript-calendar-weekview

Version:

Nativescript Calendar WeekView allow adding events to weekview and styling them.

36 lines (35 loc) 861 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "declaration": true, "removeComments": true, "noLib": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": [ "es2016" ], "sourceMap": true, "pretty": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "noEmitHelpers": true, "noEmitOnError": false, "noImplicitAny": false, "noImplicitReturns": true, "noImplicitUseStrict": false, "noFallthroughCasesInSwitch": true, "typeRoots": [ "./node_modules/@types", "./node_modules" ], "types": [ ] }, "exclude": [ "demo", "node_modules" ], "compileOnSave": false }