Skip to content

Commit

Permalink
Fix invalid sourcemap issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Stellini authored and NishuGoel committed Oct 15, 2023
1 parent 6bb2381 commit a0859d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.idea
.DS_Store
node_modules
*.js
*.d.ts
*.map
.npmrc
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
"license": "MIT",
"files": [
"package.json",
"*.js",
"*.js.map",
"*.d.ts"
"**/*.js",
"**/*.js.map",
"**/*.d.ts",
"**/*.ts"
],
"devDependencies": {
"@jest/types": "^29.5.0",
Expand Down

0 comments on commit a0859d9

Please sign in to comment.