From 49eaf528f38290f4510f017bf78235b515701be8 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Fri, 13 May 2022 17:05:33 -0600 Subject: [PATCH] Switch to monolithic tsconfig files, see https://github.com/phetsims/chipper/issues/1245 --- tsconfig.json | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 270216c5..adcfd839 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,23 +1,9 @@ { "extends": "../chipper/tsconfig-core.json", - "references": [ - { - "path": "../vibe" - }, - { - "path": "../tappi" - }, - { - "path": "../griddle" - }, - { - "path": "../joist/tsconfig-module.json" - } - ], "include": [ "js/**/*", - "sounds/**/*", + "images/**/*", "mipmaps/**/*", - "images/**/*" + "sounds/**/*" ] } \ No newline at end of file