diff --git a/tsconfig.common.json b/tsconfig.common.json index 6ab42abd..1a781f92 100644 --- a/tsconfig.common.json +++ b/tsconfig.common.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { // Ref: https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping "lib": ["DOM", "DOM.Iterable", "es2020"], // Override @tsconfig/node14 diff --git a/tsconfig.json b/tsconfig.json index 3f5aef74..2508f4d9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,5 +17,5 @@ "compilerOptions": { "allowSyntheticDefaultImports": true }, - "extends": "@tsconfig/node16/tsconfig.json" + "extends": "@tsconfig/node18/tsconfig.json" }