Open hatashiro opened 7 years ago
// in TypeScript import * as keycode from 'keycode';
The code above results in error TS2307: Cannot find module 'keycode'.
error TS2307: Cannot find module 'keycode'.
The tsc version is v2.4.1.
tsc
here too with ts 2.6.2, npm 5.3.0
Works fine for me, typescript 2.6.1.
import keycode from 'keycode';
The code above results in
error TS2307: Cannot find module 'keycode'.
The
tsc
version is v2.4.1.