diff options
Diffstat (limited to 'cypress/tsconfig.json')
-rw-r--r-- | cypress/tsconfig.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index 83fb87e..dc61836 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -1,8 +1,8 @@ { - "compilerOptions": { - "target": "es5", - "lib": ["es5", "dom"], - "types": ["cypress", "node"] - }, - "include": ["**/*.ts"] -}
\ No newline at end of file + "compilerOptions": { + "target": "es5", + "lib": ["es5", "dom"], + "types": ["cypress", "node"] + }, + "include": ["**/*.ts"] +} |