Skip to content

Commit f24341f

Browse files
sudheesh001weswigham
authored andcommitted
Remove dependency on tsd, Related to microsoft#9658 (microsoft#9724)
1 parent 57eac1b commit f24341f

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

Jakefile.js

-9
Original file line numberDiff line numberDiff line change
@@ -468,15 +468,6 @@ task("publish-nightly", ["configure-nightly", "LKG", "clean", "setDebugMode", "r
468468
exec(cmd);
469469
});
470470

471-
var scriptsTsdJson = path.join(scriptsDirectory, "tsd.json");
472-
file(scriptsTsdJson);
473-
474-
task("tsd-scripts", [scriptsTsdJson], function () {
475-
var cmd = "tsd --config " + scriptsTsdJson + " install";
476-
console.log(cmd);
477-
exec(cmd);
478-
}, { async: true });
479-
480471
var importDefinitelyTypedTestsDirectory = path.join(scriptsDirectory, "importDefinitelyTypedTests");
481472
var importDefinitelyTypedTestsJs = path.join(importDefinitelyTypedTestsDirectory, "importDefinitelyTypedTests.js");
482473
var importDefinitelyTypedTestsTs = path.join(importDefinitelyTypedTestsDirectory, "importDefinitelyTypedTests.ts");

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
"sorcery": "latest",
7474
"through2": "latest",
7575
"ts-node": "latest",
76-
"tsd": "latest",
7776
"tslint": "next",
7877
"typescript": "next"
7978
},

scripts/tsd.json

-12
This file was deleted.

0 commit comments

Comments
 (0)