From cbe1f29b5fedb43d2b09f5e7b2c8897d48d362df Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Fri, 11 Oct 2024 15:34:15 -0600 Subject: [PATCH] Update TODOs, see https://github.com/phetsims/chipper/issues/1463 --- tsconfig/all/tsconfig.json | 4 ---- tsconfig/density-buoyancy-suite/tsconfig.json | 12 ------------ 2 files changed, 16 deletions(-) delete mode 100644 tsconfig/density-buoyancy-suite/tsconfig.json diff --git a/tsconfig/all/tsconfig.json b/tsconfig/all/tsconfig.json index e32f62b1..63701655 100644 --- a/tsconfig/all/tsconfig.json +++ b/tsconfig/all/tsconfig.json @@ -7,10 +7,6 @@ */ { "references": [ - { - // TODO: Isn't this redundant to something below? https://github.com/phetsims/chipper/issues/1487 - "path": "../buildjson" - }, { "path": "../../../acid-base-solutions" }, diff --git a/tsconfig/density-buoyancy-suite/tsconfig.json b/tsconfig/density-buoyancy-suite/tsconfig.json deleted file mode 100644 index 0c77da13..00000000 --- a/tsconfig/density-buoyancy-suite/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "extends": "../../tsconfig-core.json", - // Explicitly list all entry points that we want to type check. - // Imported images/mipmaps/sounds are still type checked. - // This structure was determined in https://github.com/phetsims/chipper/issues/1245 - "include": [ - "../../../buoyancy/js/**/*", - "../../../buoyancy-basics/js/**/*", - "../../../density/js/**/*", - "../../../density-buoyancy-common/js/**/*" - ] -} \ No newline at end of file