https://github.com/Microsoft/TypeScript
Raw File
Tip revision: bb5edf1a1db9ae42efcf44195f4fc40e52d63ca0 authored by Ron Buckton on 09 January 2023, 21:12:56 UTC
Reduce instance size of Identifier
Tip revision: bb5edf1
tsconfig.json
{
    "extends": "../tsconfig-base",
    "compilerOptions": {
        "types": [
            "node"
        ]
    },
    "references": [
        { "path": "../compiler" }
    ],
    "include": ["**/*"]
}
back to top