@mahmud002/number-to-words-converter
Version:
A simple utility to convert numbers to their word representations in English and Persian, and vice versa. Includes Persian numerals conversion.
15 lines (14 loc) • 327 B
JSON
{
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src"],
"exclude": ["node_modules", "dist", "**/*.test.ts"]
}