diff --git a/.luarc-typecheck.json b/.luarc-typecheck.json index e902932..a82e975 100644 --- a/.luarc-typecheck.json +++ b/.luarc-typecheck.json @@ -4,6 +4,5 @@ "useGitIgnore": false, "library": ["vendor"], "ignoreDir": [".claude", ".git", ".idea", ".venv", "build", "dist", "node_modules", "vendor"] - }, - "diagnostics": { "disable": ["unnecessary-assert"] } + } }