From 39adacfb0766dd97d9b247d3978e6692c6a73dc5 Mon Sep 17 00:00:00 2001 From: ejahnGithub Date: Fri, 23 Feb 2024 12:38:21 -0800 Subject: [PATCH] update tsconfig --- .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" } + ] }