You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: