Initial work on Schedule D, Form 8949, and 1099-B.
[ustaxlib.git] / jest.config.js
1 module.exports = {
2 preset: 'ts-jest',
3 testEnvironment: 'node',
4 collectCoverage: true,
5 collectCoverageFrom: ['src/**/*.ts'],
6 };