mysticatea / cpx

A cli tool to watch and copy file globs.
MIT License
524 stars 36 forks source link

How to exclude d.ts files? #64

Open Keyslam opened 4 years ago

Keyslam commented 4 years ago

I'm trying to copy over all files except those ending with .ts and .d.ts. I've tried npx cpx src/**/*.!(ts) dest but it still copies over all .d.ts files.

d doesn't work nor d.ts does.