Fall back to import x = require() syntax

This commit is contained in:
Leonid Logvinov
2017-06-21 14:11:06 +02:00
parent 40a7be0690
commit a1c363a8af
16 changed files with 32 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
import 'mocha';
import forEach from 'lodash/forEach';
import forEach = require('lodash/forEach');
import * as chai from 'chai';
import * as BigNumber from 'bignumber.js';
import promisify = require('es6-promisify');