added paths in tsconfig.json

This commit is contained in:
aksm-ms
2020-03-17 15:34:44 +05:30
parent 09ec3faf97
commit cb2f4176bf
7 changed files with 25 additions and 21 deletions

View File

@@ -1,9 +1,7 @@
import * as os from 'os';
import * as exec from '@actions/exec';
import * as io from '@actions/io';
import Constants from '../Constants';
import PowerShellToolRunner from './PowerShellToolRunner';
import Constants from 'PowerShell/Constants';
import PowerShellToolRunner from 'PowerShell/Utilities/PowerShellToolRunner';
export default class Utils {
static async getLatestModule(moduleName: string): Promise<string> {