]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tools/tsconfig.json
Merge branch 'release/4.0.0' into develop
[github/Chocobozzz/PeerTube.git] / server / tools / tsconfig.json
index f8a1c705c6c0290dc8aa1bae46b47f9b9d1a6753..156a8ed2238460bc41bc6b324d922d8767605834 100644 (file)
@@ -1,4 +1,5 @@
 {
   "extends": "../../tsconfig.json",
+  "include": [ ".", "../typings" ],
   "exclude": [ ] // Overwrite exclude property
 }