mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-17 19:52:23 +08:00
Change relative reference paths to types references. Errors incoming...
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
///<reference path="java.d.ts"/>
|
||||
///<reference path="../bluebird/bluebird.d.ts"/>
|
||||
///<reference types="bluebird"/>
|
||||
|
||||
import java = require('java');
|
||||
import BluePromise = require('bluebird');
|
||||
|
||||
Reference in New Issue
Block a user