fix(dependencies): remove obsolete typings-global import

This commit is contained in:
2018-08-27 23:23:28 +02:00
parent ea3a6341be
commit ca156c31b8
2 changed files with 12 additions and 7 deletions

View File

@ -1,4 +1,3 @@
import 'typings-global';
import * as jsYaml from 'js-yaml';
export { jsYaml };