]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Try to fix embed webpack build
authorChocobozzz <me@florianbigard.com>
Mon, 3 Sep 2018 09:26:19 +0000 (11:26 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 3 Sep 2018 09:26:19 +0000 (11:26 +0200)
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"
   ]
 }