aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index f6409402a..5dee39362 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -61,18 +61,9 @@
61 "fs": [ 61 "fs": [
62 "src/shims/noop.ts" 62 "src/shims/noop.ts"
63 ], 63 ],
64 "http": [
65 "src/shims/http.ts"
66 ],
67 "https": [
68 "src/shims/https.ts"
69 ],
70 "path": [ 64 "path": [
71 "src/shims/path.ts" 65 "src/shims/path.ts"
72 ], 66 ],
73 "stream": [
74 "src/shims/stream.ts"
75 ],
76 "crypto": [ 67 "crypto": [
77 "src/shims/noop.ts" 68 "src/shims/noop.ts"
78 ] 69 ]