@travetto/base
Advanced tools
Comparing version
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
//Simple bootstrap to load compiler | ||
const json = ts.readJsonConfigFile(`../tsconfig.json`, ts.sys.readFile); | ||
const json = ts.readJsonConfigFile(`${process.cwd()}/tsconfig.json`, ts.sys.readFile); | ||
const opts = ts.parseJsonSourceFileConfigFileContent(json, ts.sys, process.cwd()).options; | ||
@@ -10,0 +10,0 @@ |
@@ -22,3 +22,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.76" | ||
"version": "0.0.77" | ||
} |
29188
0.05%