summaryrefslogtreecommitdiff
path: root/integration-tests/tsconfig.json
diff options
context:
space:
mode:
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" }]
}