Skip to content

Commit

Permalink
fix(index): resolve paths to .js
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Jun 20, 2023
1 parent c673cdf commit ace76f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"#bin/*": ["./bin/*.ts"],
"#src/*": ["./src/*.ts"],
"#tests/*": ["./tests/*.ts"]
"#bin/*": ["./bin/*.js"],
"#src/*": ["./src/*.js"],
"#tests/*": ["./tests/*.js"]
}
},
"include": ["./**/*"],
Expand Down

0 comments on commit ace76f9

Please sign in to comment.