Merge pull request #516 from dadosfera/bugfix/add-jest-file-in-exclude-build

FIX: add-jest-file-in-exclude-build
This commit is contained in:
2026-08-27 17:29:08 -03:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "jest.config.ts"]
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "jest.*.ts"]
}