Skip to content

Commit f56c28c

Browse files
authored
fix: resolution issue (#72)
1 parent 57b8678 commit f56c28c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "es2021",
4-
"module": "node16",
3+
"target": "ESNext",
4+
"module": "NodeNext",
5+
"moduleResolution": "NodeNext",
56
"outDir": "./dist",
67
"rootDir": "src",
78
"strict": true,

0 commit comments

Comments
 (0)