From 5982c2bbe3a91f566b4ae4b41adbcb3bfbce8e74 Mon Sep 17 00:00:00 2001 From: samreid Date: Sat, 4 Sep 2021 08:20:41 -0600 Subject: [PATCH] Move tsconfig files to the appropriate repos, see https://github.com/phetsims/chipper/issues/1070 --- tsconfig.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 00000000..21406494 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,20 @@ +{ + "extends": "../chipper/tsconfig-core.json", + "references": [ + { + "path": "../twixt" + }, + { + "path": "../vegas" + }, + { + "path": "../joist" + } + ], + "include": [ + "js/**/*", + "sounds/**/*", + "mipmaps/**/*", + "images/**/*" + ] +} \ No newline at end of file