]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tsconfig.base.json
feat(types): create peertube-types package
[github/Chocobozzz/PeerTube.git] / tsconfig.base.json
index ef86b97975f18a822d45ddf489789dd2ae25f5b3..349c4de6c4685cacd3e7dd32460ce60cc8ab4ba3 100644 (file)
@@ -12,6 +12,7 @@
     "esModuleInterop": true,
     "forceConsistentCasingInFileNames": true,
     "lib": [
+      "dom",
       "es2015",
       "es2016",
       "es2017",
@@ -20,6 +21,7 @@
     ],
     "typeRoots": [
       "node_modules/@types",
+      "client/node_modules/@types"
     ],
     "baseUrl": "./",
     "outDir": "./dist/",