• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "extends": "../tsconfig-base",
3    "compilerOptions": {
4        "types": [
5            "node", "mocha", "chai"
6        ],
7        "lib": [
8            "es6",
9            "scripthost"
10        ]
11    },
12    "references": [
13        { "path": "../compiler" },
14        { "path": "../executeCommandLine" },
15        { "path": "../services" },
16        { "path": "../jsTyping" },
17        { "path": "../server" },
18        { "path": "../webServer" },
19        { "path": "../typingsInstallerCore" },
20        { "path": "../deprecatedCompat" },
21        { "path": "../harness" },
22        { "path": "../loggedIO" }
23    ],
24
25    "include": ["**/*"]
26}
27