diff --git a/p2/p2.d.ts b/p2/p2.d.ts index 2b75d93fc3..a647d85061 100644 --- a/p2/p2.d.ts +++ b/p2/p2.d.ts @@ -4,6 +4,10 @@ // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module "p2" { + export = p2; +} + +declare module p2 { export class AABB {