EqualMa / gitpkg

use a sub directory of a github repo as yarn / npm dependency directly
https://gitpkg.vercel.app
315 stars 19 forks source link

Does not extend tsconfig #26

Open StillFantastic opened 3 years ago

StillFantastic commented 3 years ago

Is it possible to automatically update a config file? So it won't break when there is something like "extends": "../../tsconfig.json", in my tsconfig.

EqualMa commented 3 years ago

How about writing some script in custom postinstall ?