]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/e2e/tsconfig.json
Prevent invalid end watch section warnings
[github/Chocobozzz/PeerTube.git] / client / e2e / tsconfig.json
index 77d311e88d04e98370fe36d1b6c9798e9e96b477..c72e1ed4ccdaf2fd8f8500794b61135fd0083121 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",
+      "webdriverio/async",
+      "@wdio/mocha-framework",
+      "expect-webdriverio"
     ]
-  }
+  },
+  "include": [
+    "src/**/*.ts",
+    "./*.ts"
+  ]
 }