From 18e07e1017244c61603e66314b44e274332bdafe Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 23 Oct 2024 14:39:15 -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/**/*",