chrome-extension-boilerplate-react-vite
chrome-extension-boilerplate-react-vite copied to clipboard
base.package.json for simplify package.json in all modules (DRY)
Is your feature request related to a problem? Please describe.
I want to create base.package.json
which will have all props which are redundant for all package.json
in modules/packages, which will implement it and extend on they needs, sth. like we have with tsconfig
and tailwind-config
.
What do you think about it @Jonghakseo ?
Describe the solution you'd like Use this package: https://github.com/microsoft/package-inherit
Describe alternatives you've considered We can do it by ourself, but if there's package from Microsoft, i think it's good idea to use it.