kiegroup / mock-github

A library to create a local github environment and easily mock github APIs using an octokit like interface
Apache License 2.0
59 stars 5 forks source link

add TS path to tsconfig.json and avoid relative paths #44

Closed Ginxo closed 1 year ago

Ginxo commented 1 year ago

I suggest to add

"paths": {
      "@mg/*": [
        "./src/*"
      ]
    }

and replace every relative path to srclike ../../src/act by @mg/act

wdyt @shubhbapna ?

shubhbapna commented 1 year ago

Will do