We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3acd8f commit 87c83c3Copy full SHA for 87c83c3
script/config/template.lua
@@ -397,7 +397,7 @@ local template = {
397
['Lua.type.castNumberToInteger'] = Type.Boolean >> true,
398
['Lua.type.weakUnionCheck'] = Type.Boolean >> false,
399
['Lua.type.weakNilCheck'] = Type.Boolean >> false,
400
- ['Lua.type.inferParamType'] = Type.Boolean >> true,
+ ['Lua.type.inferParamType'] = Type.Boolean >> false,
401
['Lua.doc.privateName'] = Type.Array(Type.String),
402
['Lua.doc.protectedName'] = Type.Array(Type.String),
403
['Lua.doc.packageName'] = Type.Array(Type.String),
0 commit comments