UNPKG

unmock-jest

Version:

Jest reporter for [Unmock](https://unmock.io).

14 lines (13 loc) 276 B
{ "extends": "../../tsconfig.base", "compilerOptions": { "rootDir": "./src", "outDir": "./dist" }, "include": ["src/**/*"], "exclude": ["**/__tests__"], "references": [ { "path": "../unmock/tsconfig.node.json" }, { "path": "../unmock-node" } ] }