We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest tested version: v14.1.0 Latest working version: v13.20
public IList<(string, int, List<(string, int)>)> Data { get; set; }
v13
export class XYZ implements IXZY { item1!: string; item2!: number; item3!: ValueTupleOfStringAndInteger[];
v14
export class XYZ implements IXZY { systemRuntimeCompilerServicesITupleLength?: number; systemRuntimeCompilerServicesITupleItem?: any | undefined;
issues:
Workaround Create actual classes ;)
Originally posted by @geskill in #4524 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Latest tested version: v14.1.0
Latest working version: v13.20
v13
v14
issues:
Workaround
Create actual classes ;)
Originally posted by @geskill in #4524 (comment)
The text was updated successfully, but these errors were encountered: