1{ 2 "compilerOptions": { 3 "composite": true, 4 "baseUrl": "./", 5 "paths": { 6 "@ref/*": [ "./*" ] 7 } 8 }, 9 "files": [ "b.ts" ], 10 "references": [ { "path": "tsconfig.a.json" } ] 11} 12