summaryrefslogtreecommitdiff
path: root/.luarc.json
diff options
context:
space:
mode:
Diffstat (limited to '.luarc.json')
-rw-r--r--.luarc.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.luarc.json b/.luarc.json
index a1e5df0b..8dd4a5a9 100644
--- a/.luarc.json
+++ b/.luarc.json
@@ -18,10 +18,10 @@
"runtime": {
"version": "Lua 5.4",
"path": [
- "?.lua",
"script/?.lua",
"script/?/init.lua"
- ]
+ ],
+ "pathStrict": true
},
"workspace": {
"maxPreload": 1600,