]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/e2e/tsconfig.json
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / e2e / tsconfig.json
index 77d311e88d04e98370fe36d1b6c9798e9e96b477..c62ffa9313beb28064a0752d4d58a2e461fbd609 100644 (file)
@@ -2,12 +2,19 @@
   "extends": "../tsconfig.json",
   "compilerOptions": {
     "outDir": "../out-tsc/app",
+    "noImplicitAny": false,
+    "esModuleInterop": true,
     "module": "commonjs",
     "target": "es5",
     "types": [
-      "jasmine",
-      "jasminewd2",
-      "node"
+      "node",
+      "@wdio/globals/types",
+      "@wdio/mocha-framework",
+      "expect-webdriverio"
     ]
-  }
+  },
+  "include": [
+    "src/**/*.ts",
+    "./*.ts"
+  ]
 }