From 675eeedde4fe2b40686cdc82981f18dbd94fad97 Mon Sep 17 00:00:00 2001 From: Luisav1 Date: Tue, 12 Dec 2023 10:04:18 -0700 Subject: [PATCH] Replace level icon node pngs with svgs. See https://github.com/phetsims/area-model-multiplication/issues/8. --- tsconfig/all/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig/all/tsconfig.json b/tsconfig/all/tsconfig.json index b95307d4e..2a6f992de 100644 --- a/tsconfig/all/tsconfig.json +++ b/tsconfig/all/tsconfig.json @@ -8,6 +8,7 @@ "../../../alpenglow/js/**/*", "../../../aqua/js/**/*", "../../../area-model-algebra/js/**/*", + "../../../area-model-multiplication/js/**/*", "../../../arithmetic/js/**/*", "../../../axon/js/**/*", "../../../balancing-chemical-equations/js/**/*",