From 0f40dacbb9b071b46e0332b2bb9fd826264f1d81 Mon Sep 17 00:00:00 2001 From: Jesse Date: Mon, 25 Nov 2024 13:20:37 -0500 Subject: [PATCH] add Fluent utility files to tsconfig for TypeScript support, see https://github.com/phetsims/joist/issues/992 and https://github.com/phetsims/perennial/issues/416 --- tsconfig/buildjson/tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tsconfig/buildjson/tsconfig.json b/tsconfig/buildjson/tsconfig.json index 6250b107..96bba17e 100644 --- a/tsconfig/buildjson/tsconfig.json +++ b/tsconfig/buildjson/tsconfig.json @@ -14,6 +14,10 @@ "../../../brand/phet/js/Brand.ts", "../../../chipper/js/LocalizedString.ts", "../../../chipper/js/LocalizedStringProperty.ts", + "../../../chipper/js/FluentUtils.ts", + "../../../chipper/js/localizedFluentBundleProperty.ts", + "../../../chipper/js/LocalizedMessageProperty.ts", + "../../../chipper/js/PatternMessageProperty.ts", "../../../chipper/js/chipper.ts", "../../../chipper/js/getStringModule.ts", "../../../chipper/js/phet-io/phetioCompareAPIs.ts",