From bd7db5aa621b8afc7da58e0fe9603ff0873ca8ac Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 23 Oct 2024 14:26:17 -0600 Subject: [PATCH] Move tsconfig/buildtools/ back to chipper, see https://github.com/phetsims/perennial/issues/364 --- js/grunt/tsconfig.json | 2 +- tsconfig-kite-node.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/grunt/tsconfig.json b/js/grunt/tsconfig.json index c1383f8..21258a1 100644 --- a/js/grunt/tsconfig.json +++ b/js/grunt/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../../tsconfig-kite-node.json", "references": [ { - "path": "../../../perennial-alias/tsconfig/buildtools/tsconfig.json" + "path": "../../../chipper/tsconfig/buildtools/tsconfig.json" } ] } \ No newline at end of file diff --git a/tsconfig-kite-node.json b/tsconfig-kite-node.json index 210f12c..263f601 100644 --- a/tsconfig-kite-node.json +++ b/tsconfig-kite-node.json @@ -5,7 +5,7 @@ ], "references": [ { - "path": "../perennial-alias/tsconfig/buildtools/tsconfig.json" + "path": "../chipper/tsconfig/buildtools/tsconfig.json" } ] } \ No newline at end of file