提交 2d2848ac 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

use `esModuleInterop` for for support `import os from "os"`

上级 333fee2f
......@@ -18,7 +18,7 @@
*
*/
import * as os from 'os'
import os from 'os'
import { config } from '../src/config'
import { Doctor } from '../src/doctor'
......
......@@ -18,7 +18,7 @@
*
*/
// tslint:disable:no-shadowed-variable
import * as test from 'blue-tape'
import test from 'blue-tape'
// import * as sinon from 'sinon'
import {
......
......@@ -18,7 +18,7 @@
*
*/
// tslint:disable:no-shadowed-variable
import * as test from 'blue-tape'
import test from 'blue-tape'
// import * as sinon from 'sinon'
// const sinonTest = require('sinon-test')(sinon)
......
......@@ -9,6 +9,7 @@
, "declaration" : true
, "sourceMap" : true
, "skipLibCheck" : true
, "esModuleInterop" : true
, "emitDecoratorMetadata" : true
, "experimentalDecorators" : true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册