diff options
| author | Gal Zahavi <[email protected]> | 2025-08-21 17:34:13 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-22 00:34:13 +0000 |
| commit | 14ca687c056355d210a5c16c093fb85d96516db4 (patch) | |
| tree | 8cf2f5ff2602ebedaaf7dd8ad3307d1600ddb13d /integration-tests/tsconfig.json | |
| parent | 15c62bade317495063c30248001694a743ad5159 (diff) | |
test(integration-tests): isolate user memory from test runs (#6790)
Diffstat (limited to 'integration-tests/tsconfig.json')
| -rw-r--r-- | integration-tests/tsconfig.json | 3 |
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" }] } |
