From 1b9f87a4313721671d44d795a2eb53ee3e704007 Mon Sep 17 00:00:00 2001 From: samreid Date: Sat, 4 Sep 2021 11:29:06 -0600 Subject: [PATCH] Add dependency on build-an-atom, see https://github.com/phetsims/chipper/issues/1070 --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index e0466c3..0440f52 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,9 @@ { "extends": "../chipper/tsconfig-core.json", "references": [ + { + "path": "../build-an-atom" + }, { "path": "../shred" },