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