ts list config Don't use 'Function' as a type code example Example: typescript annotate return type function add(x: number, y: number): number { return x + y; }