From 75175a29171b55e1f857159218207fd91b43e8e1 Mon Sep 17 00:00:00 2001 From: samreid Date: Sat, 4 Sep 2021 08:15:44 -0600 Subject: [PATCH] Move tsconfig files to the appropriate repos, see https://github.com/phetsims/chipper/issues/1070 --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 4393ea6e..fa692250 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,13 +2,13 @@ "extends": "../chipper/tsconfig-core.json", "references": [ { - "path": "../chipper/tsconfig/twixt" + "path": "../twixt" }, { - "path": "../chipper/tsconfig/griddle" + "path": "../griddle" }, { - "path": "../chipper/tsconfig/joist" + "path": "../joist" } ], "include": [