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.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/integration-tests/tsconfig.json b/integration-tests/tsconfig.json
new file mode 100644
index 00000000..3e053d04
--- /dev/null
+++ b/integration-tests/tsconfig.json
@@ -0,0 +1,8 @@
+{
+ "extends": "../tsconfig.json",
+ "compilerOptions": {
+ "noEmit": true,
+ "allowJs": true
+ },
+ "include": ["**/*.ts"]
+}