ci: setup pnpm instead of npm #2
Annotations
10 errors
deploy:
src/App.tsx#L3
'mock_list' is declared but its value is never read.
|
deploy:
src/App.tsx#L4
'person_detail' is declared but its value is never read.
|
deploy:
src/App.tsx#L27
'data' is declared but its value is never read.
|
deploy:
src/fetch.tsx#L45
Property 'at' does not exist on type 'imageResult[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
|
deploy:
src/fetch.tsx#L45
Property 'at' does not exist on type 'imageResult[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
|
deploy:
src/list.tsx#L3
Parameter 'update_state' implicitly has an 'any' type.
|
deploy:
src/list.tsx#L46
'_start_year' is declared but its value is never read.
|
deploy:
src/list.tsx#L47
'_end_year' is declared but its value is never read.
|
deploy:
src/timeline.tsx#L1
Binding element 'list' implicitly has an 'any' type.
|
deploy:
src/timeline.tsx#L1
Binding element 'currentTimelineHighlight' implicitly has an 'any' type.
|