GoogleChromeLabs / proxx

A game of proximity
https://proxx.app
Apache License 2.0
1.32k stars 125 forks source link

disable typescript automatically bringing in @types packages #510

Open tjenkinson opened 4 years ago

tjenkinson commented 4 years ago

see https://github.com/rollup/rollup/pull/3226#issuecomment-552580538

rollup brings in types for node, which are then automatically registered, and mean typecript won't error if you use an API that is only available in node