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
I pretty much immediately get this error: 'SyntaxError: Unable to resolve $ref pointer "/Users/thomaskuhlmann/Projects/kreelu/packages/backend/cloud/src/schemas/priority"
The path is correct, and there aren't any further details anywhere - any suggestions on how to troubleshoot this one?
Much obliged!
Thomas
The text was updated successfully, but these errors were encountered:
Hi,
I am using https://github.com/bcherny/json-schema-to-typescript and keep running immediately into issues when trying to reference another JSON schema file.
Right now I created two simple test files:
project.json
priority.json
I pretty much immediately get this error:
'SyntaxError: Unable to resolve $ref pointer "/Users/thomaskuhlmann/Projects/kreelu/packages/backend/cloud/src/schemas/priority"
The path is correct, and there aren't any further details anywhere - any suggestions on how to troubleshoot this one?
Much obliged!
Thomas
The text was updated successfully, but these errors were encountered: