https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 0890211c8639ceef6247fefb5cd4e33b1f460671 authored by Daniel Rosenwasser on 23 March 2023, 18:03:17 UTC
Experiment with swapping back to plain objects for the identifiers map.
Tip revision: 0890211
tsconfig.json
{
    "extends": "../tsconfig-base",
    "compilerOptions": {
        "types": [
            "node"
        ]
    },
    "references": [
        { "path": "../compiler" },
        { "path": "../jsTyping" },
        { "path": "../services" },
        { "path": "../deprecatedCompat" }
    ],
    "include": ["**/*"]
}
back to top