From 157d0124726acd17cf006ccd262ab2fbf9f8df15 Mon Sep 17 00:00:00 2001 From: ejahnGithub Date: Fri, 23 Feb 2024 16:26:02 -0800 Subject: [PATCH] fix linter --- .github/linters/tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" } + ] }