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