{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "dist/spec", "types": ["jest", "node"], "composite": true }, "include": [ "jest.config.ts", "src/**/*.test.ts", "src/**/*.spec.ts", "src/**/*.d.ts" ], "references": [ { "path": "../../packages/nx" }, { "path": "../../packages/plugin" }, { "path": "../../packages/eslint" }, { "path": "./tsconfig.lib.json" } ] }