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
The config file is/might be growing.
Having a JSON could help to reduce user errors.
We could define it in TS and use it and then generate the schema with https://github.com/YousefED/typescript-json-schema
The text was updated successfully, but these errors were encountered:
And then we could just define a simple Ts2GdConfig type in TS, and then the errors would be obvious in the user's IDE, without even checking ts2gd output.
I'm not sure why TS doesn't do something like this, come to think of it.
The config file is/might be growing.
Having a JSON could help to reduce user errors.
We could define it in TS and use it and then generate the schema with https://github.com/YousefED/typescript-json-schema
The text was updated successfully, but these errors were encountered: