Skip to content

Commit 2c85330

Browse files
authored
fix: omit the extension and import file ts error (#352)
1 parent d0cd083 commit 2c85330

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"include": ["index.ts", "utils/**/*"],
44
"compilerOptions": {
55
"strict": false,
6-
"resolveJsonModule": true
6+
"resolveJsonModule": true,
7+
"moduleResolution": "Bundler",
8+
"module": "ESNext"
79
}
810
}

0 commit comments

Comments
 (0)