UNPKG

299 BJSONView Raw
1{
2 "extends": "../../tsconfig.json",
3 "compilerOptions": {
4 "rootDir": "src",
5 "outDir": "build"
6 },
7 // TODO: include `babel-preset-jest` if it's ever in TS even though we don't care about its types
8 "references": [
9 {"path": "../jest-transform"},
10 {"path": "../jest-types"}
11 ]
12}