kibana/packages/kbn-ts-type-check-cli
Alex Szabo e81728ee96
Fix typecheck foundations (#167060)
## Summary
This PR is the core part of #166813. The original work seems to grow
large, and we'd like to enable a preventive check beforehand to prevent
more errors from entering the codebase.

The idea is to have a selective type check that would only check changed
files' projects.
- [x] when there's no extra label, run the selective type check only on
the diffing files' projects (success:
https://buildkite.com/elastic/kibana-pull-request/builds/161837)
- [x] when the label `ci:hard-typecheck` is present, run the regular
(but now, working) full typecheck (expected to fail: )

cc: @watson

---------

Co-authored-by: Brad White <brad.white@elastic.co>
Co-authored-by: Thomas Watson <w@tson.dk>
Co-authored-by: Thomas Watson <watson@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2023-09-25 16:28:56 -07:00
..
jest.config.js
kibana.jsonc
package.json
README.md
root_refs_config.ts Implement package linter (#148496) 2023-01-09 16:49:29 -07:00
run_type_check_cli.ts Fix typecheck foundations (#167060) 2023-09-25 16:28:56 -07:00
tsconfig.json Implement package linter (#148496) 2023-01-09 16:49:29 -07:00

@kbn/ts-type-check-cli

Empty package generated by @kbn/generate