Skip to content

Commit b56aeba

Browse files
chore(deps): replace dependency @tsconfig/node16 with @tsconfig/node18
1 parent 95d47a1 commit b56aeba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tsconfig.common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node16/tsconfig.json",
2+
"extends": "@tsconfig/node18/tsconfig.json",
33
"compilerOptions": {
44
// Ref: https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
55
"lib": ["DOM", "DOM.Iterable", "es2020"], // Override @tsconfig/node14

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"compilerOptions": {
1818
"allowSyntheticDefaultImports": true
1919
},
20-
"extends": "@tsconfig/node16/tsconfig.json"
20+
"extends": "@tsconfig/node18/tsconfig.json"
2121
}

0 commit comments

Comments
 (0)