{ "extends": "../../tsconfig.json", "compilerOptions": { "composite": true }, "include": ["**/__tests__/**/*", "./tests", "./e2e"], "references": [ { "path": "./tsconfig.json" } ] }