1{ 2 "extends": "../tsconfig-base", 3 "compilerOptions": { 4 "outFile": "../../built/local/loggedIO.js", 5 "types": [ 6 ], 7 "lib": [ 8 "es6", 9 "scripthost" 10 ] 11 }, 12 "references": [ 13 { "path": "../compiler" }, 14 { "path": "../services" }, 15 { "path": "../jsTyping" }, 16 { "path": "../server" }, 17 { "path": "../typingsInstallerCore" }, 18 { "path": "../harness" }, 19 ], 20 21 "files": [ 22 "loggedIO.ts" 23 ] 24} 25