Revert "added paths in tsconfig.json"

This reverts commit cb2f4176bf.
This commit is contained in:
aksm-ms
2020-03-17 17:26:39 +05:30
parent cb2f4176bf
commit 860e5ace46
7 changed files with 21 additions and 25 deletions

View File

@@ -20,8 +20,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
};
Object.defineProperty(exports, "__esModule", { value: true });
const os = __importStar(require("os"));
const Constants_1 = __importDefault(require("PowerShell/Constants"));
const PowerShellToolRunner_1 = __importDefault(require("PowerShell/Utilities/PowerShellToolRunner"));
const Constants_1 = __importDefault(require("../Constants"));
const PowerShellToolRunner_1 = __importDefault(require("./PowerShellToolRunner"));
class Utils {
static getLatestModule(moduleName) {
return __awaiter(this, void 0, void 0, function* () {