Skip to content

Commit e8dd15e

Browse files
committed
chore: update types tsconfig to node16 module resolution
1 parent 4d6f1b0 commit e8dd15e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.types.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"declaration": true,
55
"emitDeclarationOnly": true,
66
"removeComments": false,
7-
"strict": true
7+
"strict": true,
8+
"module": "Node16",
9+
"moduleResolution": "Node16"
810
}
911
}

0 commit comments

Comments
 (0)