]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tsconfig.json
Refractor user quota SQL queries
[github/Chocobozzz/PeerTube.git] / client / tsconfig.json
index 60c343867496496f0b30648622839a5b941f7c11..6ac5e6a9e46e261a05e32c4c36607e4bcb1bb99b 100644 (file)
       "stream": [ "./shims/noop" ],
       "crypto": [ "./shims/noop" ]
     }
-  }
+  },
+  "exclude": [
+    "../node_modules",
+    "node_modules",
+    "dist",
+    "../server"
+  ]
 }