UNPKG

icalendar-events

Version:

A RFC5545 compliant parser for iCalendar VEVENT with time zone support and accurate recurring events generation.

23 lines (22 loc) 488 B
{ "compilerOptions": { "lib": ["ESNext"], "allowJs": true, "skipLibCheck": false, "strict": true, "esModuleInterop": true, "module": "NodeNext", "moduleResolution": "NodeNext", "resolveJsonModule": true, "incremental": false, "declaration": true, "declarationMap": true, "paths": { "@/*": ["./src/*"], }, "target": "ESNext", "outDir": "./dist", }, "include": ["src/**/*.ts"], "exclude": ["node_modules", "dist"] }