Skip to content

refactor(tsconfig): remove redundant options, add comments #45

refactor(tsconfig): remove redundant options, add comments

refactor(tsconfig): remove redundant options, add comments #45

Triggered via push March 24, 2026 11:41
Status Failure
Total duration 29s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build
Process completed with exit code 1.
build: tsconfig.json#L16
Expected object keys to be in specified order. 'noEmit' should be after 'noUnusedParameters'
build: tsconfig.json#L15
Expected object keys to be in specified order. 'importHelpers' should be after 'noUnusedParameters'
build: tsconfig.json#L14
Expected object keys to be in specified order. 'verbatimModuleSyntax' should be after 'forceConsistentCasingInFileNames'
build: tsconfig.json#L13
Expected object keys to be in specified order. 'isolatedModules' should be after 'forceConsistentCasingInFileNames'
build: tsconfig.json#L12
Expected object keys to be in specified order. 'useDefineForClassFields' should be before 'moduleResolution'
build: tsconfig.json#L9
Expected object keys to be in specified order. 'types' should be after 'resolveJsonModule'