mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
chore(deps): update dependency @tsconfig/strictest to v2.0.8 (#959)
* chore(deps): update dependency @tsconfig/strictest to v2.0.8 | datasource | package | from | to | | ---------- | ------------------- | ----- | ----- | | npm | @tsconfig/strictest | 2.0.6 | 2.0.8 | * chore: lint fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
8a6192ff3a
commit
6ba4a5c49b
3 changed files with 7 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ await build({
|
|||
bundle: true,
|
||||
platform: 'node',
|
||||
target: 'node24',
|
||||
minify: !!env['CI'],
|
||||
minify: !!env.CI,
|
||||
tsconfig: 'tsconfig.dist.json',
|
||||
sourcemap: true,
|
||||
format: 'esm',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue