diff --git a/package.json b/package.json index 4722661..6feacd9 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,16 @@ "./js/**" ], "extends": "../chipper/eslint/node_eslintrc.js" + }, + { + "files": [ + "**/*.ts" + ], + "parserOptions": { + "project": [ + "../binder/tsconfig.json" + ] + } } ], "ignorePatterns": [ diff --git a/tsconfig.json b/tsconfig.json index adcfd83..966d115 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,5 +5,10 @@ "images/**/*", "mipmaps/**/*", "sounds/**/*" + ], + "references": [ + { + "path": "../chipper/tsconfig/buildjson" + } ] } \ No newline at end of file