UNPKG

coast-fire-calculator-cli

Version:

Interactive CLI to estimate your Coast FIRE age—enter your savings, investments, and goals to see when you can stop contributing and still reach financial independence.

9 lines 180 B
export default { testEnvironment: 'node', collectCoverageFrom: [ '*.js', '!jest.config.js', '!node_modules/**' ], coverageReporters: ['text', 'lcov', 'html'] };