diff --git a/tsconfig.json b/tsconfig.json index aeb00790..1db44d72 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { // https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "ts-node": { "files": true, },