https://github.com/Microsoft/TypeScript
Raw File
Tip revision: c28ee659ac9b39f6ba72b8a3ca4b9d875b0e64b8 authored by Nathan Shively-Sanders on 08 August 2022, 23:06:25 UTC
Revert "Better typings for Promise.resolve(), like #31117 (#33074)"
Tip revision: c28ee65
tsconfig-library-base.json
{
    "extends": "./tsconfig-base",
    "compilerOptions": {
        "declarationMap": false,
        "composite": false,
        "incremental":  true,
        "declaration": true,
        "stripInternal":  true
    }
}
back to top