๐Ÿ“ฆ microsoft / TypeScript

๐Ÿ“„ tsconfig.json ยท 20 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20{
    "files": [],
    "include": [],
    "references": [
        { "path": "./compiler" },
        { "path": "./deprecatedCompat" },
        { "path": "./harness" },
        { "path": "./jsTyping" },
        { "path": "./server" },
        { "path": "./services" },
        { "path": "./testRunner" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typescript" },
        { "path": "./typingsInstaller" },
        { "path": "./typingsInstallerCore" },
        { "path": "./watchGuard" }
    ]
}