]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/tsconfig.app.json
adding tests for audio conversions
[github/Chocobozzz/PeerTube.git] / client / src / tsconfig.app.json
index 4339f4d4be282602b3e25c4b28cb493cd7b36bef..af7a74e9ecf326d68f9117385c3ad9f043052f9f 100644 (file)
@@ -4,7 +4,13 @@
     "outDir": "../out-tsc/app",
     "baseUrl": "./",
     "module": "es2015",
-    "types": []
+    "types": [],
+    "lib": [
+      "es2017",
+      "es2016",
+      "es2015",
+      "dom"
+    ]
   },
   "exclude": [
     "test.ts",