Skip to content

Commit

Permalink
bundler module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
tudddorrr committed Apr 27, 2024
1 parent 7361cdb commit e8617e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "ES2022",
"esModuleInterop": true,
"target": "es6",
"moduleResolution": "node",
"moduleResolution": "Bundler",
"sourceMap": true,
"outDir": "dist",
"experimentalDecorators": true,
Expand Down

0 comments on commit e8617e0

Please sign in to comment.