UNPKG

world-population

Version:

World Population Counter, based on UN World Population Prospects data

17 lines (16 loc) 312 B
{ "compilerOptions": { "target": "es2016", "module": "commonjs", "outDir": "./dist", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "resolveJsonModule": true, "declaration": true, }, "include": [ "src" ] }