From 49dd2889780e4fd1336fcc0543ba5eb53de30e8f Mon Sep 17 00:00:00 2001 From: Jesse Date: Thu, 28 Apr 2022 10:30:42 -0400 Subject: [PATCH] add quadrilateral to tsconfig.json, see https://github.com/phetsims/chipper/issues/1241 --- tsconfig/all/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig/all/tsconfig.json b/tsconfig/all/tsconfig.json index 458ac205f..af8373ca0 100644 --- a/tsconfig/all/tsconfig.json +++ b/tsconfig/all/tsconfig.json @@ -23,6 +23,7 @@ { "path": "../../../number-play" }, { "path": "../../../phet-core" }, { "path": "../../../phetcommon" }, + { "path": "../../../quadrilateral" }, { "path": "../../../ratio-and-proportion" }, { "path": "../../../scenery" }, { "path": "../../../scenery-phet" },