diff --git a/tsconfig.json b/tsconfig.json index 4337c89..adcfd83 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,20 +1,9 @@ { "extends": "../chipper/tsconfig-core.json", - "references": [ - { - "path": "../griddle" - }, - { - "path": "../tappi" - }, - { - "path": "../joist/tsconfig-module.json" - } - ], "include": [ "js/**/*", - "sounds/**/*", + "images/**/*", "mipmaps/**/*", - "images/**/*" + "sounds/**/*" ] } \ No newline at end of file