https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 89515ce7e31d0bfaef776ac25929a78015cceb82 authored by Daniel Rosenwasser on 25 February 2023, 02:46:19 UTC
Update version to 5.0.1-rc and LKG.
Tip revision: 89515ce
tsconfig.json
{
    "extends": "../tsconfig-base",
    "compilerOptions": {
        "types": [
            "node"
        ]
    },
    "references": [
        { "path": "../compiler" },
        { "path": "../jsTyping" },
        { "path": "../services" },
        { "path": "../deprecatedCompat" }
    ],
    "include": ["**/*"]
}
back to top