Skip to content

Commit

Permalink
Switch to CommonJS Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
dashahaii committed Mar 15, 2024
1 parent 5fcb57c commit 296bff1
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 541 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/dist
/tmp
6 changes: 1 addition & 5 deletions .mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@
],
"recursive": true,
"reporter": "spec",
"timeout": 60000,
"node-option": [
"loader=ts-node/esm",
"experimental-specifier-resolution=node"
]
"timeout": 60000
}
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/bin/dev.js",
"program": "${workspaceFolder}/bin/dev",
"args": [
"hello",
"world",
Expand Down
Loading

0 comments on commit 296bff1

Please sign in to comment.