@types/del isn't needed since del provides it's own types. Running yarn in this repo fires off a warning as a result. In addition update the yarn.lock.
Add node_modules and tags to gitignore as well since running git status produces unintelligible results from node_modules flooding the output.
@types/del
isn't needed sincedel
provides it's own types. Runningyarn
in this repo fires off a warning as a result. In addition update the yarn.lock.Add node_modules and tags to gitignore as well since running
git status
produces unintelligible results from node_modules flooding the output.