From 0bda2f007a8ae0533e726d8a53f972c395158809 Mon Sep 17 00:00:00 2001 From: samme Date: Thu, 3 May 2018 15:45:32 -0700 Subject: [PATCH] Fix syntax error We still use tsc v1.4.1. :/ --- typescript/p2.d.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/typescript/p2.d.ts b/typescript/p2.d.ts index 472813a44..ba0019c44 100644 --- a/typescript/p2.d.ts +++ b/typescript/p2.d.ts @@ -616,10 +616,7 @@ declare module p2 { static triangleArea(a: number[], b: number[], c: number[]): number; - constructor(options?: { - vertices?: number[][], - axes?: number[] - }); + constructor(options?: any); vertices: number[][]; axes: number[];