1{ 2 "extends": "../tsconfig-base", 3 "compilerOptions": { 4 "outFile": "../../built/local/executeCommandLine.js" 5 }, 6 7 "references": [ 8 { "path": "../compiler" } 9 ], 10 11 "files": [ 12 "executeCommandLine.ts" 13 ] 14} 15