build(core): Allow adding tests side by side with the code (#10760)

This commit is contained in:
Danny Martini
2024-09-11 13:32:52 +02:00
committed by GitHub
parent 00013a2069
commit 6fa1919ca8
2 changed files with 2 additions and 2 deletions

View File

@@ -7,5 +7,5 @@
"tsBuildInfoFile": "dist/build.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"exclude": ["test/**"]
"exclude": ["test/**", "src/**/__tests__/**"]
}