From e872868b4ef47ac7beaae1160b88be6c439bf28a Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Fri, 13 May 2022 17:13:43 -0600 Subject: [PATCH] Switch to monolithic tsconfig files, see https://github.com/phetsims/chipper/issues/1245 --- tsconfig.json | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 5363092..adcfd83 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,21 +1,9 @@ { "extends": "../chipper/tsconfig-core.json", - "references": [ - { - "path": "../phet-core/tsconfig-module.json" - },{ - "path": "../chipper" - } - ], "include": [ "js/**/*", - "phet/js/Brand.js", - "phet/images/**/*", - "phet-io/js/Brand.js", - "phet-io/images/**/*", - "adapted-from-phet/js/Brand.js", - "adapted-from-phet/images/**/*", - "../joist/js/joist.js", - "../joist/js/joistStrings.ts", + "images/**/*", + "mipmaps/**/*", + "sounds/**/*" ] -} +} \ No newline at end of file