]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Remove duplicated videos on unfollow/delete redundancy
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index 6ac5e6a9e46e261a05e32c4c36607e4bcb1bb99b..f1d97110dfbbba3bed6acf38fa3018668a352f8c 100644 (file)
@@ -17,6 +17,9 @@
       "es2015",
       "dom"
     ],
+    "types": [
+      "jasmine"
+    ],
     "baseUrl": "src",
     "paths": {
       "@app/*": [ "app/*" ],
@@ -33,6 +36,7 @@
     "../node_modules",
     "node_modules",
     "dist",
-    "../server"
+    "../server",
+    "src/**/*.spec.ts"
   ]
 }