Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrafael10 committed May 1, 2022
1 parent 66f1e01 commit 760dc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Adding leetcode questions I do",
"main": "index.ts",
"scripts": {
"build": "npx ts-node",
"build": "npx ts-node -O \"{\\\"module\\\":\\\"commonjs\\\"}\" ",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"watch-test": "npm run test -- --watch"
},
Expand Down

0 comments on commit 760dc85

Please sign in to comment.