diff --git a/.emmyrc.json b/.emmyrc.json new file mode 100644 index 000000000..e2cbcc6d0 --- /dev/null +++ b/.emmyrc.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json", + "workspace": { + "ignoreGlobs": [ + "base/build/**/**", + "base/third_party/**/**" + ] + }, + "diagnostics": { + "globals": [ + "G_reader_settings" + ] + }, + "runtime": { + "version": "LuaJIT" + } +}