Skip to content

Commit

Permalink
Update npm settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Domi04151309 committed Jul 17, 2024
1 parent fd7725d commit 8b3cdef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"name": "build",
"main": "./src/index.js",
"types": "./generated/index.d.ts",
"files": [
"./generated/**",
"./src/**",
"!**/*.test.js"
],
"scripts": {
"eslint": "eslint --no-eslintrc -c .eslintrc.json .",
"generate-types": "rm -rf ./generated && tsc -p tsconfig.d.json",
Expand Down

0 comments on commit 8b3cdef

Please sign in to comment.