Diagnostics produced while reading tsconfig.json (e.g. "dtsOutDir must be a string", and the deprecation warning for cmkOptions.keyframes introduced in #430) are reported by codegen, but not by ts-plugin. Editor users never see them unless they run codegen.
packages/ts-plugin/src/index.cts has a // TODO: Report diagnostics comment where this should happen.
It would be nice if ts-plugin reported these diagnostics in the editor, e.g. on the corresponding property in tsconfig.json.
🤖 Generated with Claude Code
Diagnostics produced while reading
tsconfig.json(e.g. "dtsOutDirmust be a string", and the deprecation warning forcmkOptions.keyframesintroduced in #430) are reported by codegen, but not by ts-plugin. Editor users never see them unless they run codegen.packages/ts-plugin/src/index.ctshas a// TODO: Report diagnosticscomment where this should happen.It would be nice if ts-plugin reported these diagnostics in the editor, e.g. on the corresponding property in
tsconfig.json.🤖 Generated with Claude Code