summaryrefslogtreecommitdiffstats
path: root/cypress-docker/test/src/cypress/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'cypress-docker/test/src/cypress/tsconfig.json')
-rw-r--r--cypress-docker/test/src/cypress/tsconfig.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/cypress-docker/test/src/cypress/tsconfig.json b/cypress-docker/test/src/cypress/tsconfig.json
new file mode 100644
index 0000000..36de33d
--- /dev/null
+++ b/cypress-docker/test/src/cypress/tsconfig.json
@@ -0,0 +1,8 @@
+{
+ "compilerOptions": {
+ "allowJs": true,
+ "baseUrl": "../node_modules",
+ "types": ["cypress"]
+ },
+ "include": ["**/*.*"]
+}