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.
I'm trying to copy over all files except those ending with .ts and .d.ts.
I've tried
npx cpx src/**/*.!(ts) destbut it still copies over all .d.ts files.ddoesn't work nord.tsdoes.