Skip to content

Commit

Permalink
Switch output to ES modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kasbah committed Aug 9, 2023
1 parent a90e4d0 commit 2d64cd3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Mutex locks for async functions",
"main": "build/AwaitLock.js",
"types": "build/AwaitLock.d.ts",
"type": "module",
"files": [
"build",
"src",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"rootDir": "src",
"outDir": "build",
"target": "es2017",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"types": ["jest", "node"],
Expand Down

0 comments on commit 2d64cd3

Please sign in to comment.