From 270a01a41b5d57da03babc90f45176aecd30def1 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 23 Oct 2024 14:26:16 -0600 Subject: [PATCH] Move tsconfig/buildtools/ back to chipper, see https://github.com/phetsims/perennial/issues/364 --- tsconfig/buildtools/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig/buildtools/tsconfig.json b/tsconfig/buildtools/tsconfig.json index 28d1f1da..4bf18e40 100644 --- a/tsconfig/buildtools/tsconfig.json +++ b/tsconfig/buildtools/tsconfig.json @@ -1,5 +1,4 @@ { - // TODO: move this file back to chipper, since perennial shouldn't know about it. https://github.com/phetsims/perennial/issues/364 // Chipper and its node dependencies is what we call "buildtools" "compilerOptions": { "composite": true