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