Get rid of Visual Studio project files for tsconfig

This commit is contained in:
Roel van Uden
2015-03-07 11:52:10 +01:00
parent 887b3ed094
commit 602f772fcf
23 changed files with 66 additions and 233 deletions

View File

@@ -60,4 +60,4 @@ function modify(options: string|request.Options): request.Options {
return options;
}
return {jar: true, url: options.toString()};
}
}