Skip to content

Commit 94e870e

Browse files
committed
chore: fix typecheck
1 parent 883dfb9 commit 94e870e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"module": "NodeNext",
55
"moduleResolution": "NodeNext",
66
"resolveJsonModule": true,
7-
"esModuleInterop": false,
87
"allowSyntheticDefaultImports": true,
98
"skipLibCheck": true,
109
"strict": true,
@@ -15,7 +14,10 @@
1514
"isolatedDeclarations": true,
1615
"forceConsistentCasingInFileNames": true,
1716
"noImplicitOverride": true,
18-
"noEmit": true
17+
"noEmit": true,
18+
"types": [
19+
"@types/node"
20+
]
1921
},
2022
"include": ["src", "test"]
2123
}

0 commit comments

Comments
 (0)