Skip to content

Commit 8fe9c3b

Browse files
chore(deps): replace dependency @tsconfig/node14 with @tsconfig/node16 (#909)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c54d6b commit 8fe9c3b

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/node14/tsconfig.json",
2+
"extends": "@tsconfig/node16/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/node14/tsconfig.json"
20+
"extends": "@tsconfig/node16/tsconfig.json"
2121
}

0 commit comments

Comments
 (0)