TS config tweaks
This commit is contained in:
parent
37f6cc3fe3
commit
db25d554dc
3 changed files with 19 additions and 14 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import * as fs from 'fs';
|
||||
import * as net from 'net';
|
||||
import * as Stream from 'stream';
|
||||
import * as util from 'util';
|
||||
import * as tempy from 'tempy';
|
||||
import fs from 'fs';
|
||||
import net from 'net';
|
||||
import Stream from 'stream';
|
||||
import util from 'util';
|
||||
import tempy from 'tempy';
|
||||
import test, {TestContext, Context} from 'ava';
|
||||
import {JSDOM} from 'jsdom';
|
||||
import {Subject, Observable} from 'rxjs';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue