From 0881d193228736a7c52cef7ca4f58ceca4ccde29 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Fri, 13 May 2022 17:06:11 -0600 Subject: [PATCH] Switch to monolithic tsconfig files, see https://github.com/phetsims/chipper/issues/1245 --- tsconfig.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 5269e8cb..adcfd839 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,20 +1,9 @@ { "extends": "../chipper/tsconfig-core.json", - "references": [ - { - "path": "../nitroglycerin" - }, - { - "path": "../vegas" - }, - { - "path": "../joist/tsconfig-module.json" - } - ], "include": [ "js/**/*", - "sounds/**/*", + "images/**/*", "mipmaps/**/*", - "images/**/*" + "sounds/**/*" ] } \ No newline at end of file