We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0469cc6 commit 6707172Copy full SHA for 6707172
Gulpfile.js
@@ -281,11 +281,6 @@ const cleanLssl = async () => {
281
"built/local/tsserverlibrary.out.tsbuildinfo",
282
"built/local/tsserverlibrary.js",
283
"built/local/tsserverlibrary.d.ts",
284
- "built/local/tsserverlibrary/tsserverlibrary.js",
285
- "built/local/tsserverlibrary/tsserverlibrary.js.map",
286
- "built/local/tsserverlibrary/tsserverlibrary.d.ts",
287
- "built/local/tsserverlibrary1.js",
288
- "built/local/tsserverlibrary1.d.ts",
289
]);
290
};
291
cleanTasks.push(cleanLssl);
0 commit comments