Skip to content

Commit c6c803a

Browse files
committed
build: set moduleResolution to target
1 parent 82f855f commit c6c803a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"compilerOptions": {
3+
"moduleResolution": "node",
4+
"target": "es2021",
35
"strict": true,
46
"esModuleInterop": true,
57
"resolveJsonModule": true

0 commit comments

Comments
 (0)