diff --git a/tsconfig.json b/tsconfig.json index 259b97e75..8773f510a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,8 @@ "experimentalDecorators": true, "emitDecoratorMetadata": true, "sourceMap": true, - "lib": ["ES2019"] + "lib": ["ES2019"], + "alwaysStrict": true }, "include": [ "./lib/**/*"