Skip to content

Commit

Permalink
dependencies: Remove type module
Browse files Browse the repository at this point in the history
Removed type=module for compatibility with
ts-node.
  • Loading branch information
kuv2707 committed May 31, 2024
1 parent 331ec79 commit 3c48f99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"format": "prettier --check .",
Expand Down

0 comments on commit 3c48f99

Please sign in to comment.