• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "extends": "../tsconfig-base",
3    "compilerOptions": {
4        "types": [
5            "node"
6        ],
7        "lib": [
8            "es6",
9            "scripthost"
10        ]
11    },
12    "references": [
13        { "path": "../compiler" },
14        { "path": "../jsTyping" },
15        { "path": "../typingsInstallerCore" }
16    ],
17    "include": ["**/*"]
18}
19