Skeleton project with Jest and TypeScript.
[ustaxlib.git] / jest.config.js
1 module.exports = {
2 preset: 'ts-jest',
3 testEnvironment: 'node',
4 };