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
As an exercise on the type system and to remove the tsc build step it is possible to replace the TypeScript grammar in favor of adding JSDoc comments. VSCode supports it so we should not loose any type metadata.
Also check if possible to generate an index.d.ts file from the JSDoc info.