From 8313f0d76facf041531a60bf2f15b431aab77cf9 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 23 Oct 2024 14:39:22 -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 67ff552..7fddc7f 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/**/*",