Update devDependencies (non-major) (#29089)

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-02-27 17:07:43 +01:00 committed by GitHub
parent 899eac1a92
commit dc4427dc9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 46 additions and 46 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/*"]
}