aboutsummaryrefslogtreecommitdiff
path: root/src/node-fallbacks/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/node-fallbacks/tsconfig.json')
-rw-r--r--src/node-fallbacks/tsconfig.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/node-fallbacks/tsconfig.json b/src/node-fallbacks/tsconfig.json
index 1228b6423..7f8fcc61b 100644
--- a/src/node-fallbacks/tsconfig.json
+++ b/src/node-fallbacks/tsconfig.json
@@ -23,6 +23,8 @@
"url": ["node_modules/url"],
"util": ["node_modules/util"],
"zlib": ["node_modules/browserify-zlib"]
- }
+ },
+ "noEmit": true,
+ "allowJs": true
}
}