MetaMask / metamask-module-template

A simple template repository for starting new modules in the latest MetaMask fashion.
26 stars 23 forks source link

Exclude node_modules from TS compilation #233

Closed mcmire closed 9 months ago

mcmire commented 9 months ago

TypeScript excludes node_modules by default (among other directories) if you don't specify exclude in the TS config, but if you specify exclude, then you need to make to explicitly list node_modules.

Examples

I believe we have started adding this slowly as we've remembered, but here is the latest example: https://github.com/MetaMask/create-release-branch/pull/93