chore(deps): update devdependencies (non-major) (#28840)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
This commit is contained in:
renovate[bot] 2024-01-23 12:44:50 +01:00 committed by GitHub
parent c0e8e457ab
commit 61a0ec69fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 48 additions and 48 deletions

View file

@ -11,7 +11,7 @@
"noEmit": true,
"resolveJsonModule": true,
"strict": false,
"target": "ES2022"
"target": "ES2022",
},
"exclude": ["**/build/*", "**/node_modules/*", "**/public/*", "**/vendor/*"]
"exclude": ["**/build/*", "**/node_modules/*", "**/public/*", "**/vendor/*"],
}