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