summaryrefslogtreecommitdiff
path: root/tests/specs/check/package_json_fail_check/fail_check.out
blob: 03997a05184a164a65f5acad8c0f318f92c9a956 (plain)
1
2
3
4
error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
const _test: string = getValue();
      ~~~~~
    at file:///[WILDCARD]/fail_check.ts:3:7