]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/tsconfig.app.json
Document how to synchronize YT channel to PeerTube
[github/Chocobozzz/PeerTube.git] / client / src / tsconfig.app.json
index 4339f4d4be282602b3e25c4b28cb493cd7b36bef..4656e40f54bd18ef34536714bb9ff451584bdd3d 100644 (file)
@@ -3,8 +3,13 @@
   "compilerOptions": {
     "outDir": "../out-tsc/app",
     "baseUrl": "./",
-    "module": "es2015",
-    "types": []
+    "types": [],
+    "lib": [
+      "es2017",
+      "es2016",
+      "es2015",
+      "dom"
+    ]
   },
   "exclude": [
     "test.ts",