Skip to content

Commit 084b048

Browse files
committed
fix(ignore): Update tsconfig for Node 18
1 parent 085b46c commit 084b048

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tsconfig.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"compilerOptions": {
3-
"module": "commonjs",
3+
"allowSyntheticDefaultImports": true,
4+
"module": "ES2022",
45
"esModuleInterop": true,
5-
"target": "es2018",
6-
"lib": ["es2018"],
6+
"target": "ES2022",
7+
"lib": ["ES2022"],
78
"noImplicitAny": true,
89
"noImplicitThis": true,
910
"moduleResolution": "node",

0 commit comments

Comments
 (0)