{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./dist", "composite": true, "rootDir": "./src" }, "include": [ "./src" ], "exclude": [ "**/__tests__/**/*", ], "references": [ { "path": "../constants/tsconfig.build.json" }, { "path": "../components/tsconfig.build.json" }, { "path": "../types/tsconfig.build.json" } ] }