]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Try to make a better communication (between pods) module
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index 1832d7b7e308149117668b706892605154f536df..54b931ba6ae6350b32bf2bf0b156d861e223431f 100644 (file)
@@ -6,8 +6,16 @@
     "sourceMap": true,
     "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
-    "removeComments": false,
-    "noImplicitAny": false
+    "noImplicitAny": false,
+    "noEmitHelpers": true
+  },
+  "awesomeTypescriptLoaderOptions": {
+    "forkChecker": true
+  },
+  "compileOnSave": false,
+  "buildOnSave": false,
+  "atom": {
+    "rewriteTsconfig": true
   },
   "filesGlob": [
     "**/*.ts",
@@ -18,7 +26,6 @@
     "typings/main",
     "typings/main.d.ts"
   ],
-  "compileOnSave": false,
   "files": [
     "src/app/app.component.ts",
     "src/app/friends/friend.service.ts",
@@ -30,6 +37,7 @@
     "src/app/shared/search/search-field.type.ts",
     "src/app/shared/search/search.component.ts",
     "src/app/shared/search/search.model.ts",
+    "src/app/shared/search/search.service.ts",
     "src/app/shared/users/auth-status.model.ts",
     "src/app/shared/users/auth.service.ts",
     "src/app/shared/users/index.ts",
     "src/vendor.ts",
     "typings/globals/es6-shim/index.d.ts",
     "typings/globals/jasmine/index.d.ts",
-    "typings/globals/jquery.fileupload/index.d.ts",
-    "typings/globals/jquery/index.d.ts",
     "typings/globals/node/index.d.ts",
     "typings/index.d.ts"
-  ],
-  "atom": {
-    "rewriteTsconfig": true
-  }
+  ]
 }