• 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": "../services" },
15        { "path": "../jsTyping" },
16        { "path": "../server" },
17        { "path": "../typingsInstallerCore" },
18        { "path": "../deprecatedCompat" },
19    ],
20
21    "include": ["**/*"]
22}
23