{ "extends": "../../tsconfigbase", "compilerOptions": { "composite": false, "outDir": "build", "types": ["jest"], "rootDir": "src" }, "include": ["src/*"], "references": [ { "path": "../../packages/application" }, { "path": "../../packages/apputils" }, { "path": "../../packages/statedb" }, { "path": "../../testutils" } ] }