未验证 提交 8a6a3904 编写于 作者: T Trivikram Kamat 提交者: GitHub

docs: ts upgrade instructions to exclude some .d.ts files (#7638)

上级 49807ac4
......@@ -14,6 +14,6 @@ So that might look something like this:
git clone https://github.com/microsoft/TypeScript.git
cd typescript
git checkout v3.9.7
cp lib/typescript.js ~/src/deno/cli/tsc/00_typescript.js
cp lib/*.d.ts ~/src/deno/cli/dts/
rsync lib/typescript.js ~/src/deno/cli/tsc/00_typescript.js
rsync --exclude=protocol.d.ts --exclude=tsserverlibrary.d.ts --exclude=typescriptServices.d.ts lib/*.d.ts ~/src/deno/cli/dts/
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册