chrome-extension-boilerplate-react-vite
chrome-extension-boilerplate-react-vite copied to clipboard
Taking packages from root
Is your feature request related to a problem? Please describe.
We need to install package when we want to use it inside some module, but in the same time this package are installed on root package.json
Describe the solution you'd like
I think it could be good idea to install packages which are used by min. 2 packages in root package.json
and then inherit it inside specific module tsconfig.json
under the includes
key.