Skip to content

Commit

Permalink
Distribute source maps for stack trace
Browse files Browse the repository at this point in the history
- Remove unused package files
  • Loading branch information
PaperStrike committed Oct 31, 2021
1 parent aeb35f7 commit 3036e3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
"test": "npm run test-browser && npm run test-node"
},
"files": [
"src",
"build",
"tsconfig.json"
"build"
],
"keywords": [
"mock",
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
"esModuleInterop": true,
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"inlineSources": true,
"module": "ESNext",
"moduleResolution": "Node",
"outDir": "./build",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "ES2018",
"types": ["serviceworker"],
Expand Down

0 comments on commit 3036e3b

Please sign in to comment.