cpx
cpx copied to clipboard
How to exclude d.ts files?
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.