From 79bd22cc8e1b8fa517a1546eda6c24aca868c77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20K=C3=B6nig?= Date: Fri, 17 Jan 2025 15:17:55 +0100 Subject: [PATCH] fix: remove --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6e5d9eca..8b0bd29b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,5 @@ "lib": ["es2021", "dom"], "typeRoots": ["./node_modules/@types"] }, - "include": ["src/**/*", "packages/connector/src/DocumentationLink.ts"] + "include": ["src/**/*"] }