diff --git a/tsconfig.options.json b/tsconfig.options.json index c1198564..45910fc2 100644 --- a/tsconfig.options.json +++ b/tsconfig.options.json @@ -8,15 +8,8 @@ "allowUnreachableCode": false, // Disable error reporting for unused labels. "allowUnusedLabels": false, - // Enable error reporting for codepaths that do not explicitly return in a function. - "noImplicitReturns": true, - // Enable error reporting when local variables aren't read. - "noUnusedLocals": true, // Raise an error when a function parameter isn't read. "noUnusedParameters": true, - // Enable all strict type-checking options. - "strict": true, - "verbatimModuleSyntax": true, "declaration": true, "removeComments": true,