aboutsummaryrefslogtreecommitdiff
path: root/extension/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'extension/gulpfile.js')
-rw-r--r--extension/gulpfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/gulpfile.js b/extension/gulpfile.js
index 9981de939..8017df684 100644
--- a/extension/gulpfile.js
+++ b/extension/gulpfile.js
@@ -71,6 +71,8 @@ const tsBaseArgs = {
module: "system",
sourceMap: true,
noLib: true,
+ noImplicitReturns: true,
+ noFallthroughCasesInSwitch: true,
};