I have 2 typescript / node projects, both using the same version of node. However when I use import * as Crypto from \'crypto\'; in each project, they point to
import * as Crypto from \'crypto\';