You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"//": "Editors only; nothing builds from this. It points an editor at the JSDoc @type annotations and the .d.ts files so authoring content gets completion and warnings with no toolchain installed. Scoped to src/: engine/ is deliberately plain untyped JavaScript and tools/ are node scripts. noImplicitAny is off because annotating every internal callback is a cost this codebase never paid; what is checked is that content matches schema.d.ts, which is the part that silently breaks. Tests are excluded: they import node:test and node:assert, which need @types/node, and this repo ships no dependencies.",