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

@@ -3,4 +3,4 @@ import batch = require('./batch');
batch(process.argv, (err: any) => {
if (err) console.error(err.stack || err);
});
});