]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Try to fix embed webpack build
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index 60c343867496496f0b30648622839a5b941f7c11..f1d97110dfbbba3bed6acf38fa3018668a352f8c 100644 (file)
@@ -17,6 +17,9 @@
       "es2015",
       "dom"
     ],
+    "types": [
+      "jasmine"
+    ],
     "baseUrl": "src",
     "paths": {
       "@app/*": [ "app/*" ],
       "stream": [ "./shims/noop" ],
       "crypto": [ "./shims/noop" ]
     }
-  }
+  },
+  "exclude": [
+    "../node_modules",
+    "node_modules",
+    "dist",
+    "../server",
+    "src/**/*.spec.ts"
+  ]
 }