From 2cd34eba8e8d7d102fe985d4266ffb9fccc9926d Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Wed, 12 Jul 2023 14:45:14 -0600 Subject: [PATCH] convert ParticleAtom to typescript, https://github.com/phetsims/shred/issues/38 --- tsconfig/all/tsconfig.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tsconfig/all/tsconfig.json b/tsconfig/all/tsconfig.json index b67a4343b..b70bddd41 100644 --- a/tsconfig/all/tsconfig.json +++ b/tsconfig/all/tsconfig.json @@ -11,19 +11,15 @@ "../../../bamboo/js/**/*", "../../../beers-law-lab/js/**/*", "../../../bending-light/js/**/*", - "../../../brand/adapted-from-phet/js/Brand.ts", "../../../brand/phet-io/js/Brand.ts", "../../../brand/phet/js/Brand.ts", - "../../../build-a-nucleus/js/**/*", "../../../buoyancy/js/**/*", "../../../calculus-grapher/js/**/*", "../../../center-and-variability/js/**/*", - "../../../chipper/js/phet-build-script/phet-build-script.ts", "../../../chipper/phet-types.d.ts", - "../../../circuit-construction-kit-ac/js/**/*", "../../../circuit-construction-kit-ac-virtual-lab/js/**/*", "../../../circuit-construction-kit-common/js/**/*", @@ -66,10 +62,8 @@ "../../../number-compare/js/**/*", "../../../number-play/js/**/*", "../../../number-suite-common/js/**/*", - "../../../perennial/js/scripts/collate-lint.ts", "../../../perennial-alias/js/scripts/collate-lint.ts", - "../../../ph-scale/js/**/*", "../../../ph-scale-basics/js/**/*", "../../../phet-core/js/**/*", @@ -86,6 +80,7 @@ "../../../ratio-and-proportion/js/**/*", "../../../reactants-products-and-leftovers/js/**/*", "../../../scenery/js/**/*", + "../../../shred/js/**/*", "../../../scenery-phet/js/**/*", "../../../simula-rasa/js/**/*", "../../../solar-system-common/js/**/*",