From 314edb3245db3296ac339b1433167fb8184372b9 Mon Sep 17 00:00:00 2001 From: samreid Date: Sun, 12 Sep 2021 11:08:52 -0600 Subject: [PATCH] Add "supportsOutputJS": true, see https://github.com/phetsims/chipper/issues/1095 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a41203a..501315be 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "simulation": true, "phet-io": { "compareDesignedAPIChanges": true - } + }, + "supportsOutputJS": true }, "eslintConfig": { "extends": "../chipper/eslint/sim_eslintrc.js"