1{ 2 "extends": "../tsconfig-base", 3 "compilerOptions": { 4 "outFile": "../../built/local/harness.js", 5 "types": [ 6 "node", "mocha", "chai" 7 ], 8 "lib": [ 9 "es6", 10 "scripthost" 11 ] 12 }, 13 "references": [ 14 { "path": "../compiler" }, 15 { "path": "../services" }, 16 { "path": "../jsTyping" }, 17 { "path": "../server" }, 18 { "path": "../typingsInstallerCore" }, 19 { "path": "../deprecatedCompat" }, 20 ], 21 22 "files": [ 23 "collectionsImpl.ts", 24 "util.ts", 25 "documentsUtil.ts", 26 "vpathUtil.ts", 27 "vfsUtil.ts", 28 "compilerImpl.ts", 29 "evaluatorImpl.ts", 30 "fakesHosts.ts", 31 "client.ts", 32 "findUpDir.ts", 33 34 "runnerbase.ts", 35 "sourceMapRecorder.ts", 36 "harnessGlobals.ts", 37 "harnessUtils.ts", 38 "harnessIO.ts", 39 "harnessLanguageService.ts", 40 "virtualFileSystemWithWatch.ts", 41 "fourslashImpl.ts", 42 "fourslashInterfaceImpl.ts", 43 "typeWriter.ts" 44 ] 45} 46