add reference to node.d.ts

This commit is contained in:
Horiuchi_H
2015-06-01 16:40:50 +09:00
parent 480df8744d
commit a5db8a65ca
+2
View File
@@ -3,6 +3,8 @@
// Definitions by: Hiroki Horiuchi <https://github.com/horiuchi>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../node/node.d.ts" />
declare module "imagemagick-native" {
import stream = require('stream');