chore: update tsconfig

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-12-16 10:15:42 +01:00
parent 974eb14a42
commit 9ab04625a7

View File

@@ -18,7 +18,6 @@
"./__mocks__/**/*", "./__mocks__/**/*",
"./__tests__/**/*", "./__tests__/**/*",
"./lib/**/*", "./lib/**/*",
"node_modules", "node_modules"
"jest.config*.ts"
] ]
} }