From 31fb04e5d71f1ce30aa570a4a9405ebe892d3bf6 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Fri, 4 Oct 2024 16:53:46 -0600 Subject: [PATCH] fix buildjson, https://github.com/phetsims/chipper/issues/1463 --- tsconfig-chipper.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig-chipper.json b/tsconfig-chipper.json index cbf4bff2..3a9988f8 100644 --- a/tsconfig-chipper.json +++ b/tsconfig-chipper.json @@ -4,9 +4,9 @@ // by chipper "include": [ // TODO should we just use a reference just to perennial-alias/tsconfig.json? https://github.com/phetsims/chipper/issues/1469 - "../perennial-alias/js/common/**/*", - "../perennial-alias/js/import-shared/**/*", - "../perennial-alias/js/grunt/tasks/util/**/*", + "js/common/**/*", + "js/import-shared/**/*", + "js/grunt/tasks/util/**/*", // TODO: should we split buildjson into a subsection that can be used by this one too (just phet-core?) // TODO: split buildjson into a subsection that can be used by this one too (just phet-core?) "../phet-core/js/types/**/*" ]