https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 6cd3acc70de471e5a3beacd555ea2130f38faab5 authored by Ron Buckton on 17 November 2022, 23:34:21 UTC
Use IIFE to capture variable for transformed dynamic import
Tip revision: 6cd3acc
tsconfig.json
{
    "extends": "../tsconfig-base",
    "compilerOptions": {
        "types": [
            "node"
        ]
    },
    "references": [
        { "path": "../compiler" },
        { "path": "../jsTyping" },
        { "path": "../services" },
        { "path": "../deprecatedCompat" }
    ],
    "include": ["**/*"]
}
back to top