gitpkg
gitpkg copied to clipboard
Does not extend tsconfig
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.
How about writing some script in custom postinstall ?