]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.app.json
Fetch things in bulk for the homepage
[github/Chocobozzz/PeerTube.git] / client / tsconfig.app.json
index d7f69a98e5decb4bef68ccdea586e37b7e2c61d4..ac7a1fb365daa0fce8f417a0b0851537468f6318 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "extends": "./tsconfig.json",
+  "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "outDir": "./out-tsc/app",
     "baseUrl": "./",
@@ -18,5 +18,9 @@
     "src/main*.ts",
     "src/**/*.d.ts",
     "src/shims/*.ts"
+  ],
+  "exclude": [
+    "../node_modules",
+    "../server"
   ]
 }