mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
@@ -7,7 +7,7 @@
|
||||
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const toDelete = new Set(['tsc.js', 'typescriptServices.js']);
|
||||
const toDelete = new Set(['tsc.js', 'tsserverlibrary.js', 'typescriptServices.js']);
|
||||
|
||||
const root = path.join(__dirname, 'node_modules', 'typescript', 'lib');
|
||||
for (let name of fs.readdirSync(root)) {
|
||||
|
||||
Reference in New Issue
Block a user