• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    ],
20
21    "files": [
22        "collectionsImpl.ts",
23        "util.ts",
24        "documentsUtil.ts",
25        "vpathUtil.ts",
26        "vfsUtil.ts",
27        "compilerImpl.ts",
28        "evaluatorImpl.ts",
29        "fakesHosts.ts",
30        "client.ts",
31
32        "runnerbase.ts",
33        "sourceMapRecorder.ts",
34        "harnessGlobals.ts",
35        "harnessUtils.ts",
36        "harnessIO.ts",
37        "harnessLanguageService.ts",
38        "virtualFileSystemWithWatch.ts",
39        "fourslashImpl.ts",
40        "fourslashInterfaceImpl.ts",
41        "typeWriter.ts",
42        "loggedIO.ts"
43    ]
44}
45