Optimize the size for tsbuildinfo by sheetalkamat · Pull Request #43155 · microsoft/TypeScript (original) (raw)

Hey @sheetalkamat, I've packed this into an installable tgz. You can install it for testing by referencing it in your package.json like so:

{
    "devDependencies": {
        "typescript": "https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/97992/artifacts?artifactName=tgz&fileId=CCB541D9CC318BAC74920143D5E2DF0C64321E312E920809A6FF415858B299A602&fileName=/typescript-4.3.0-insiders.20210309.tgz"
    }
}

and then running npm install.


There is also a playground for this build and an npm module you can use via "typescript": "npm:@typescript-deploys/pr-build@4.3.0-pr-43155-3".;