We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e08fb6 commit 889259aCopy full SHA for 889259a
packages/browser/tsconfig.test-integration.json
@@ -1,7 +1,7 @@
1
{
2
"extends": "./tsconfig.json",
3
4
- "include": ["test/integration/*"],
+ "include": ["test/integration/**/*"],
5
6
"compilerOptions": {
7
// should include all types from `./tsconfig.json` plus types for all test frameworks used
packages/browser/tsconfig.test.json
@@ -1,8 +1,8 @@
- "include": ["test/*"],
- "exclude": ["test/integration/*"],
+ "include": ["test/**/*"],
+ "exclude": ["test/integration/**/*"],
8
0 commit comments