UNPKG

jwf-year-calendar

Version:

A full react version of Paul-DS' js-year-calendar, https://github.com/year-calendar/js-year-calendar. Built with support from JWF Process Solutions Ltd.

25 lines (24 loc) 610 B
{ "compilerOptions": { "declaration": true, "incremental": false, "target": "ESNext", "useDefineForClassFields": true, "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": false, "skipLibCheck": true, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "ESNext", "moduleResolution": "Node", "outDir": "./dist", "resolveJsonModule": true, "rootDir": "./src", "isolatedModules": true, "jsx": "react-jsx" }, "include": ["src"], "exclude": [".env.*"], }