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