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