Files
FlexLove/.luarc.json
2025-11-20 09:30:01 -05:00

30 lines
397 B
JSON

{
"runtime": {
"version": "LuaJIT"
},
"workspace": {
"library": [
"${3rd}/love2d/library"
],
"ignoreDir": [
"testing",
"examples",
".git",
"tasks",
"themes"
],
"ignoreSubmodules": true
},
"diagnostics": {
"globals": [
"love"
]
},
"doc": {
"privateName": [
"_.*"
],
"protectedName": []
}
}