aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index 60c343867..6ac5e6a9e 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -28,5 +28,11 @@
28 "stream": [ "./shims/noop" ], 28 "stream": [ "./shims/noop" ],
29 "crypto": [ "./shims/noop" ] 29 "crypto": [ "./shims/noop" ]
30 } 30 }
31 } 31 },
32 "exclude": [
33 "../node_modules",
34 "node_modules",
35 "dist",
36 "../server"
37 ]
32} 38}