diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..e4151ec --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,17 @@ +{ + "extends": "../chipper/tsconfig-core.json", + "references": [ + { + "path": "../joist" + } + ], + "include": [ + "../build-an-atom/js/buildAnAtomStrings.js", + "../build-an-atom/js/buildAnAtom.js", + + "js/**/*", + "sounds/**/*", + "mipmaps/**/*", + "images/**/*" + ] +} \ No newline at end of file