From bdb80daa0209b4f92bac16d799d321e4b1e8ad20 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Fri, 19 Nov 2021 09:23:09 -0700 Subject: [PATCH] Add twixt tsconfig, see https://github.com/phetsims/chipper/issues/1134 --- tsconfig/all/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig/all/tsconfig.json b/tsconfig/all/tsconfig.json index e49e69e1..22e32b23 100644 --- a/tsconfig/all/tsconfig.json +++ b/tsconfig/all/tsconfig.json @@ -388,6 +388,9 @@ { "path": "../../../twixt" }, + { + "path": "../../../twixt/tsconfig-all.json" + }, { "path": "../../../under-pressure" },