business-time-calculator
Version:
Business Time Calculator is a simple tool to calculate the business time between two dates.
16 lines (15 loc) • 332 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"declaration": true,
"declarationDir": "./dist"
},
"include": ["src"],
"exclude": ["node_modules", "**/*.test.*"]
}