diff --git a/tsconfig.json b/tsconfig.json index 9e8e84b..a11059d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,7 +26,7 @@ "strictBindCallApply": true, "strictBuiltinIteratorReturn": true, "strictPropertyInitialization": true, - "alwaysStrict": true, + "alwaysStrict": true }, "exclude": [ "**/lib", @@ -37,4 +37,4 @@ "include": [ "src" ] -} +} \ No newline at end of file