1{ 2 "extends": "../tsconfig.json", 3 "compilerOptions": { 4 "types": ["node", "jest"], 5 "rootDir": "./", 6 "outDir": "dist" 7 }, 8 "exclude": ["node_modules", "dist", "test"], 9 "references": [ 10 { "path": "../sync" }, 11 { "path": "../api-client" }, 12 { "path": "../backend" }, 13 { "path": "../util" } 14 ] 15} 16 17