0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-20 20:33:42 -05:00
denoland-deno/tests/specs/check/package_json_with_deno_json/check.out
David Sherret 4648fc4570
fix(check): compiler options from workspace members (#27785)
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
2025-01-28 10:49:58 -05:00

13 lines
375 B
Text

TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
const _strValue1: string = NUMBER_VALUE;
~~~~~~~~~~
at file:///[WILDCARD]/main.ts:8:7
TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
const _strValue2: string = test.getValue();
~~~~~~~~~~
at file:///[WILDCARD]/main.ts:9:7
Found 2 errors.
error: Type checking failed.