Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 279 Bytes

ts-todos.md

File metadata and controls

8 lines (6 loc) · 279 Bytes

Todo list:

file1.ts

  • Line 1, Character 5: Type 'string' is not assignable to type 'number'.
  • Line 3, Character 7: Type 'number' is not assignable to type 'string'.

foo/file2.ts

  • Line 6, Character 5: Argument of type 'string' is not assignable to parameter of type 'number'.