Open Keyslam opened 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.
npx cpx src/**/*.!(ts) dest
d doesn't work nor d.ts does.
d
d.ts
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 nord.ts
does.