summaryrefslogtreecommitdiff
path: root/tests/specs/check/npm_pkg_empty_main_entry/check.out
blob: 9fcc4b290fb3f803ac9b87a6ee282eed3f8b17ab (plain)
1
2
3
4
5
Check file:///[WILDLINE]/index.ts
error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
const result: string = add(1, 2);
      ~~~~~~
    at file:///[WILDLINE]/index.ts:4:7