mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Remove <reference path="../xxx/xxx.d.ts"> from definitions files and replace it with import * as Xxx from "xxx" or <reference types="xxx"/>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/// <reference path="./split2.d.ts" />
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
import * as split from 'split2';
|
||||
import * as fs from 'fs';
|
||||
import { Transform, TransformOptions } from 'stream';
|
||||
|
||||
Reference in New Issue
Block a user