Skip to content

Commit

Permalink
Add "type": "module" to package.json for ESM support
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Dec 30, 2024
1 parent b17fcc5 commit 50c23aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"node": ">=12.13.0",
"yarn": ">=1.17.3"
},
"type": "module",
"scripts": {
"fmt": "prettier --config ./.prettierrc --write \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:js": "eslint --ext .js --ext .jsx --ext .ts --ext .tsx --max-warnings 0 --cache --cache-location \".cache/eslint/\" ./src",
Expand Down

0 comments on commit 50c23aa

Please sign in to comment.