Skip to content

chore: set a type for compilerOptions #1386

chore: set a type for compilerOptions

chore: set a type for compilerOptions #1386

Triggered via pull request April 22, 2025 20:45
Status Failure
Total duration 28s
Artifacts

ci.yml

on: pull_request
Matrix: test
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

7 errors
test (22)
Process completed with exit code 2.
test (22): src/index.ts#L85
Type 'ScriptTarget.ES5 | ScriptTarget.ES2015 | ScriptTarget.ES2016 | ScriptTarget.ES2017 | ScriptTarget.ES2018 | ScriptTarget.ES2019 | ... 6 more ... | ScriptTarget.JSON' is not assignable to type 'JscTarget | undefined'.
test (18)
Process completed with exit code 2.
test (18): src/index.ts#L85
Type 'ScriptTarget.ES5 | ScriptTarget.ES2015 | ScriptTarget.ES2016 | ScriptTarget.ES2017 | ScriptTarget.ES2018 | ScriptTarget.ES2019 | ... 6 more ... | ScriptTarget.JSON' is not assignable to type 'JscTarget | undefined'.
test (18)
The strategy configuration was canceled because "test._22" failed
lint
Process completed with exit code 1.
lint: src/index.ts#L4
Expected "typescript" (type) to come before "node:path" (builtin)