summaryrefslogtreecommitdiff
path: root/cypress/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/tsconfig.json')
-rw-r--r--cypress/tsconfig.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json
index dc61836..9a8b8a0 100644
--- a/cypress/tsconfig.json
+++ b/cypress/tsconfig.json
@@ -2,7 +2,9 @@
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom"],
- "types": ["cypress", "node"]
+ "types": ["cypress", "node"],
+ "resolveJsonModule": true,
+ "esModuleInterop": true
},
"include": ["**/*.ts"]
}