create-wordpress-plugin
create-wordpress-plugin copied to clipboard
Remove Default Values from tsconfig.json
Description
For all key/value pairs where the value we're specifying is already the default, remove the config option from tsconfig.json and rely on the default value instead.
Use Case
As a developer, I want to keep my configs lean and clean