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
My output's proxy classes are coming out with numeric names like
"export class 3Proxy"
The typescript compiler doesn't accept them - I'm using
"target": "es2015", in tsconfig.json
I'd change them to alpha but there are over 37 sets of them.
The source json is the response from Merriam-Webster Spanish Dictionary lookup,
a very complex json object.
The text was updated successfully, but these errors were encountered:
My output's proxy classes are coming out with numeric names like
"export class 3Proxy"
The typescript compiler doesn't accept them - I'm using
"target": "es2015", in tsconfig.json
I'd change them to alpha but there are over 37 sets of them.
The source json is the response from Merriam-Webster Spanish Dictionary lookup,
a very complex json object.
The text was updated successfully, but these errors were encountered: