Extending interfaces with RPCTarget and issues with Promise<any> #85
Answered
by
userNotFoundByDefault
userNotFoundByDefault
asked this question in
Q&A
Answered by
userNotFoundByDefault
Oct 20, 2025
Replies: 2 comments
|
Okei, found the issue with Promise<any>: in tsconfig.json the target-compiler-option had to be "EsNext", which was "Es2022" before. |
0 replies
Answer selected by
userNotFoundByDefault
|
Concrete classes (declared with However, interfaces (declared with |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Okei, found the issue with Promise<any>: in tsconfig.json the target-compiler-option had to be "EsNext", which was "Es2022" before.
Still i am wondering if i have to extend the interfaces with "RPCTarget" or not.