0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 01:50:44 -05:00
Refringe 4afc2f5c96
Development Strict Mode (#1006)
- Enables TS strict mode
- Adds script to check types
- Adds workflow to run check-type script
- Updates the code-checking workflows to share the same set-up job

This updates the `tsconfig.json` option to enable strict mode.
*However*, we use TSX for development and SWC for release, which do not
type-check, so this option only gives additional linting/visual-feedback
in VSCode.

Additionally, I've added a NPM script `npm run lint:types` and a GitHub
workflow that runs it.

**This depends on #1005.**

---------

Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>
2024-12-30 09:13:15 +00:00
..
2024-12-29 19:36:50 +00:00
2024-12-16 22:12:30 +00:00
2024-05-07 13:37:01 -04:00
2024-12-30 09:01:11 +00:00
2024-07-23 11:12:53 -04:00
2024-12-06 16:25:44 +00:00
2024-12-30 09:13:15 +00:00
2024-07-23 11:12:53 -04:00
2024-12-30 09:13:15 +00:00
2023-11-16 21:42:06 +00:00
2024-12-16 22:12:30 +00:00