Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 275 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 275 Bytes

Contributing

Run in local

rm -rf ts
git clone git@github.com:microsoft/TypeScript.git --depth=1 -b v4.7.2 ts
node ./src/rewrite.mjs ./ts
yarn --cwd ./ts gulp local
node ./src/convert.mjs ./ts/built/local -o ./libs/index.d.ts
node ./src/version.mjs ./ts -o .