When performing npx typac -s memory-cache I noticed there is first an npm install --save memory-cache then after an npm install --save @types/memory-cache.
This process can be sped up nearly 2x by performing npm install --save memory-cache @types/memory-cache.
Would you like me to implement this @ewgenius ?
When performing
npx typac -s memory-cacheI noticed there is first annpm install --save memory-cachethen after annpm install --save @types/memory-cache.This process can be sped up nearly 2x by performing
npm install --save memory-cache @types/memory-cache.Would you like me to implement this @ewgenius ?