Skip to content

Commit

Permalink
fix: omit the extension and import file ts error (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored Oct 16, 2023
1 parent d0cd083 commit 2c85330
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"include": ["index.ts", "utils/**/*"],
"compilerOptions": {
"strict": false,
"resolveJsonModule": true
"resolveJsonModule": true,
"moduleResolution": "Bundler",
"module": "ESNext"
}
}

0 comments on commit 2c85330

Please sign in to comment.