]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Client: Redirect user to home page after logout
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index 67d1fb4f179665382c89d2e336bf97b263f1c50e..e2d61851e6b8cf24f70314cad4897520677015b4 100644 (file)
     "typings/main.d.ts"
   ],
   "files": [
+    "src/app/account/account.component.ts",
+    "src/app/account/account.routes.ts",
+    "src/app/account/account.service.ts",
+    "src/app/account/index.ts",
     "src/app/app.component.ts",
     "src/app/app.routes.ts",
     "src/app/friends/friend.service.ts",
@@ -45,6 +49,8 @@
     "src/app/shared/search/search.component.ts",
     "src/app/shared/search/search.model.ts",
     "src/app/shared/search/search.service.ts",
+    "src/app/shared/user/index.ts",
+    "src/app/shared/user/user.service.ts",
     "src/app/videos/index.ts",
     "src/app/videos/shared/index.ts",
     "src/app/videos/shared/loader/index.ts",