diff --git a/.github/linters/tsconfig.json b/.github/linters/tsconfig.json index a34cf90..cc87883 100644 --- a/.github/linters/tsconfig.json +++ b/.github/linters/tsconfig.json @@ -5,5 +5,8 @@ "noEmit": true }, "include": ["../../__tests__/**/*", "../../src/**/*"], - "exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"] + "exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"], + "references": [ + { "path": "./packages/attest" } + ] }