This commit is contained in:
Philipp Kunz
2016-01-14 19:57:42 +01:00
parent a1146e4c79
commit d539aef414
5 changed files with 12 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ var plugins = {
var paths:any = {};
paths.cwd = plugins.smartcli.get.cwd().path;
console.log(paths.cwd);
paths.indexTS = plugins.path.join(paths.cwd,"ts/index.ts");
paths.testTS = plugins.path.join(paths.cwd,"ts/test.ts");