UNPKG

@alliumlabs/panchanga-ts

Version:

A TypeScript library for Hindu calendar (Panchanga) calculations including tithis, nakshatras, and other astronomical elements

16 lines (15 loc) 333 B
{ "compilerOptions": { "target": "ES2018", "module": "ESNext", "declaration": true, "declarationDir": "./dist/types", "outDir": "./dist", "strict": true, "esModuleInterop": true, "moduleResolution": "node", "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules", "dist"] }