Check file:///[WILDLINE]/index.ts TS2322 [ERROR]: Type 'number' is not assignable to type 'string'. const result: string = add(1, 2); ~~~~~~ at file:///[WILDLINE]/index.ts:4:7 error: Type checking failed.