diff options
Diffstat (limited to 'cypress/tsconfig.json')
-rw-r--r-- | cypress/tsconfig.json | 4 |
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"] } |