summaryrefslogtreecommitdiff
path: root/integration-tests/tsconfig.json
diff options
context:
space:
mode:
authorGal Zahavi <[email protected]>2025-08-21 17:34:13 -0700
committerGitHub <[email protected]>2025-08-22 00:34:13 +0000
commit14ca687c056355d210a5c16c093fb85d96516db4 (patch)
tree8cf2f5ff2602ebedaaf7dd8ad3307d1600ddb13d /integration-tests/tsconfig.json
parent15c62bade317495063c30248001694a743ad5159 (diff)
test(integration-tests): isolate user memory from test runs (#6790)
Diffstat (limited to 'integration-tests/tsconfig.json')
-rw-r--r--integration-tests/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/integration-tests/tsconfig.json b/integration-tests/tsconfig.json
index 3e053d04..295741e1 100644
--- a/integration-tests/tsconfig.json
+++ b/integration-tests/tsconfig.json
@@ -4,5 +4,6 @@
"noEmit": true,
"allowJs": true
},
- "include": ["**/*.ts"]
+ "include": ["**/*.ts"],
+ "references": [{ "path": "../packages/core" }]
}