提交 ae23162b 编写于 作者: D Dirk Baeumer

Use protocol.d.ts from TS npm module

上级 93548f30
......@@ -11,7 +11,7 @@ const toDelete = new Set(['tsc.js', 'tsserverlibrary.js', 'typescript.js', 'type
const root = path.join(__dirname, '..', 'node_modules', 'typescript', 'lib');
for (let name of fs.readdirSync(root)) {
if (name === 'lib.d.ts' || name.match(/^lib\..*\.d\.ts$/)) {
if (name === 'lib.d.ts' || name.match(/^lib\..*\.d\.ts$/) || name === 'protocol.d.ts') {
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册