From 9d72ed2e512b44067f458a625cc7b36abbcdb707 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 23 Oct 2024 14:38:29 -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 04a6342..100dfc7 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/**/*",