// `extends` and `types` should be unnecessary, but ts-jest has issues // with project references: https://github.com/kulshekhar/ts-jest/issues/766 { "extends": "./tsconfig.base.json", "compilerOptions": { "types": ["node", "jest"] }, "files": [], "references": [ { "path": "packages/header-parser/test" }, { "path": "packages/definitions-parser/test" }, { "path": "packages/perf/test" }, { "path": "packages/publisher/test" }, { "path": "packages/utils/test" } ] }