https://github.com/Microsoft/TypeScript
Raw File
Tip revision: ec76f93d4505c2d763be2e114c7bbee426ed8497 authored by Gabriela Araujo Britto on 28 February 2023, 20:22:38 UTC
error on files
Tip revision: ec76f93
tsconfig.json
{
    "extends": "../tsconfig-base",
    "compilerOptions": {
        "types": [
            "node"
        ]
    },
    "references": [
        { "path": "../compiler" },
        { "path": "../jsTyping" },
        { "path": "../services" },
        { "path": "../deprecatedCompat" }
    ],
    "include": ["**/*"]
}
back to top