diff options
Diffstat (limited to 'script')
-rw-r--r-- | script/config/template.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/config/template.lua b/script/config/template.lua index ff2f6e1a..49907419 100644 --- a/script/config/template.lua +++ b/script/config/template.lua @@ -397,7 +397,7 @@ local template = { ['Lua.type.castNumberToInteger'] = Type.Boolean >> true, ['Lua.type.weakUnionCheck'] = Type.Boolean >> false, ['Lua.type.weakNilCheck'] = Type.Boolean >> false, - ['Lua.type.inferParamType'] = Type.Boolean >> true, + ['Lua.type.inferParamType'] = Type.Boolean >> false, ['Lua.doc.privateName'] = Type.Array(Type.String), ['Lua.doc.protectedName'] = Type.Array(Type.String), ['Lua.doc.packageName'] = Type.Array(Type.String), |