UNPKG

health-calculator

Version:

A library to help calculate well known health-related metrics.

16 lines (15 loc) 351 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./lib", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": [ "./src", "./test", "./.eslintrc.js" ] }