You aren't doing meaningful checks or adding additional TS context, so why even bother with adding a tsconfig? Most IDEs will apply those checks with the jsdoc alone and it isn't actually checked at runtime.
Well, it is possible that someone isn't using an IDE but they still want to type check it. Then they could run `tsc --noEmit` and it would be type checked.