UNPKG

datetimebuddy

Version:

A lightweight, chainable DateTime utility for JavaScript and TypeScript with UTC support, formatting, and date math.

15 lines (14 loc) 314 B
{ "compilerOptions": { "target": "ES2021", "module": "ESNext", "declaration": true, "outDir": "dist", "strict": true, "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src"] }