Skip to content

Commit

Permalink
Merge pull request #57 from JackNgWeiMing/master
Browse files Browse the repository at this point in the history
fix: enable tree-shake using 'module':'es6'
  • Loading branch information
chibat committed May 13, 2023
2 parents c74083a + fcfc6b3 commit d223e99
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"rimraf": "^3.0.2 ",
"ts-jest": "^27.0.5",
"ts-loader": "^8.0.0",
"typescript": "^4.4.3 ",
"typescript": "^5.0.4",
"webpack": "^5.76.0",
"webpack-cli": "^4.0.0",
"webpack-merge": "^5.0.0"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
@@ -1,8 +1,9 @@
{
"compilerOptions": {
"strict": true,
"module": "commonjs",
"target": "es6",
"moduleResolution": "bundler",
"module": "ES6",
"esModuleInterop": true,
"sourceMap": false,
"rootDir": "src",
Expand Down

0 comments on commit d223e99

Please sign in to comment.