From aee6eba970afc881fff38dd2e183a408e609b9dc Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Mon, 9 Dec 2024 13:00:42 -0700 Subject: [PATCH] add dependencies to tsconfig.json, https://github.com/phetsims/number-pairs/issues/22 --- tsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 540c28d..75f0489 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,12 @@ "sounds/**/*" ], "references": [ + { + "path": "../counting-common/tsconfig.json" + }, + { + "path": "../number-suite-common/tsconfig.json" + }, { "path": "../perennial-alias/tsconfig/buildjson/tsconfig.json" }