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
This seems somewhat related to #73 - i use a config.json which is loaded with require to setup default configuration for the application.
StartApp(require('./config.json'));
This results in a "module not found" error, which can't be fixed via a declaration until it's possible to declare the default export - ideally require-JSON support would give me the complete object as a "type".
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.
This seems somewhat related to #73 - i use a
config.json
which is loaded withrequire
to setup default configuration for the application.This results in a "module not found" error, which can't be fixed via a declaration until it's possible to declare the default export - ideally require-JSON support would give me the complete object as a "type".
The text was updated successfully, but these errors were encountered: