chore: update tsconfig/node16 to tsconfig/node20 (#803)

This commit is contained in:
Koen van Zuijlen 2024-01-27 09:35:23 +01:00 committed by GitHub
parent 2dde24ff01
commit 0ea84f86b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"allowJs": true,