2023-02-23 10:58:10 -05:00
|
|
|
error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
|
|
|
|
const value1: string = myImport1.getValue();
|
|
|
|
~~~~~~
|
2023-02-23 12:33:23 -05:00
|
|
|
at file:///[WILDCARD]/npm/node_modules_import/main.ts:9:7
|
2023-02-23 10:58:10 -05:00
|
|
|
|
|
|
|
TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
|
|
|
|
const value2: string = myImport2.getValue();
|
|
|
|
~~~~~~
|
2023-02-23 12:33:23 -05:00
|
|
|
at file:///[WILDCARD]/npm/node_modules_import/main.ts:10:7
|
|
|
|
|
|
|
|
TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
|
|
|
|
const value3: string = myImport3.getValue();
|
|
|
|
~~~~~~
|
|
|
|
at file:///[WILDCARD]/npm/node_modules_import/main.ts:11:7
|
2023-02-23 10:58:10 -05:00
|
|
|
|
2023-02-23 12:33:23 -05:00
|
|
|
Found 3 errors.
|