From 3f47b1a337ea0e902b031a2392c21f727ad31cd1 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 23 Oct 2024 14:38:43 -0600 Subject: [PATCH] Move tsconfig/shared files up a level, see https://github.com/phetsims/perennial/issues/374 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 892f406c..2160d746 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../perennial-alias/tsconfig/shared/tsconfig-browser.json", + "extends": "../perennial-alias/tsconfig/tsconfig-browser.json", "include": [ "js/**/*", "images/**/*",