UNPKG

bangla-date-utils

Version:

A utility package for converting and formatting dates in the Bangla calendar system with support for Bangla numerals.

13 lines (12 loc) 357 B
{ "compilerOptions": { "declaration": true, // Ensure declaration files are generated "declarationDir": "./dist", // Specify the directory for declaration files "moduleResolution": "node", "esModuleInterop": true, "outDir": "./dist", "rootDir": "./src", "skipLibCheck": true }, "include": ["src/**/*"] }