Skip to content

Commit

Permalink
feat: allow tree-shaking by adding `"sideEffects": false to `packag…
Browse files Browse the repository at this point in the history
…e.json`
  • Loading branch information
josdejong committed Jul 26, 2024
1 parent 9050ba1 commit 3e786bd
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 @@ -9,6 +9,7 @@
"dist/",
".runkit_example.js"
],
"sideEffects": false,
"scripts": {
"eslint": "eslint \"lib/**/*.ts\" \"spec/**/*.*s\" --ignore-pattern spec/JSON-Schema-Test-Suite",
"prettier:write": "prettier --write \"./**/*.{json,yaml,js,ts}\"",
Expand Down

0 comments on commit 3e786bd

Please sign in to comment.