https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 9eb3d5a58be745121573c8efdb1b8afc2a9fbd8d authored by Anders Hejlsberg on 18 March 2023, 15:35:16 UTC
Add tests
Tip revision: 9eb3d5a
tsconfig.json
{
    "extends": "../tsconfig-base",
    "compilerOptions": {
        "types": [
            "node"
        ]
    },
    "references": [
        { "path": "../compiler" },
        { "path": "../jsTyping" },
        { "path": "../services" },
        { "path": "../deprecatedCompat" }
    ],
    "include": ["**/*"]
}
back to top