From 4984d3948922339f867033f636ec8a700778f7be Mon Sep 17 00:00:00 2001 From: patrick Date: Tue, 7 May 2024 14:49:07 +0200 Subject: [PATCH] fix preact lint --- packages/preact/preact-testing-utils/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/preact/preact-testing-utils/tsconfig.json b/packages/preact/preact-testing-utils/tsconfig.json index 80380c12..70a7bcea 100644 --- a/packages/preact/preact-testing-utils/tsconfig.json +++ b/packages/preact/preact-testing-utils/tsconfig.json @@ -8,5 +8,6 @@ "declarationMap": true, "emitDeclarationOnly": true }, + "include": ["index.ts", "rollup.config.mjs", "src/**/*"], "exclude": ["dist/**/*"] }