{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "out-tsc/spec", "customConditions": ["@nx/nx-source"], "types": ["jest", "node"], "composite": true }, "include": [ "jest.config.ts", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts", "*.json" ], "references": [ { "path": "../nx" }, { "path": "./tsconfig.lib.json" } ] }