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