Skip to content

Commit 82aa8e3

Browse files
fix: TS lib Support for Node 18+ (#913)
* fix: Lib Support for Node 18+ - Background: https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping * chore: OCD
1 parent 3d740b7 commit 82aa8e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig-google.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"allowUnusedLabels": false,
55
"composite": true,
66
"forceConsistentCasingInFileNames": true,
7-
"lib": ["es2018"],
7+
"lib": ["ES2023"],
88
"module": "commonjs",
99
"noEmitOnError": true,
1010
"noFallthroughCasesInSwitch": true,
@@ -13,7 +13,7 @@
1313
"sourceMap": true,
1414
"stripInternal": true,
1515
"strict": true,
16-
"target": "es2018"
16+
"target": "ES2022"
1717
},
1818
"exclude": ["node_modules"]
1919
}

0 commit comments

Comments
 (0)