Merge pull request #903 from crazy-max/update-tsconfig

chore: update tsconfig
This commit is contained in:
CrazyMax
2025-12-16 10:20:25 +01:00
committed by GitHub

View File

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