From 588764cf8d4ecdfbccf06c317517ac7aa3179212 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 3 Mar 2025 13:50:20 +0100 Subject: [PATCH] add tsconfig for cypress code --- cypress/tsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cypress/tsconfig.json diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json new file mode 100644 index 00000000..83fb87e5 --- /dev/null +++ b/cypress/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "target": "es5", + "lib": ["es5", "dom"], + "types": ["cypress", "node"] + }, + "include": ["**/*.ts"] +} \ No newline at end of file