From b0ac01e52fd96f78676af08ec034402ba49de6b9 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Wed, 10 Jun 2026 10:31:40 +0100 Subject: [PATCH] append exclude --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4ec4071..7139443 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,5 +24,5 @@ } }, "include": ["**/*.ts", "test/**/*.test.ts", "**/*.unit.spec.ts"], - "exclude": ["pouchdb-browser-webpack", "utils", "src/apps", "src/**/*.test.ts", "**/_test/**"] + "exclude": ["pouchdb-browser-webpack", "utils", "src/apps", "src/**/*.test.ts", "**/_test/**", "utilsdeno"] }