Skip to content

Commit

Permalink
fix: got bug
Browse files Browse the repository at this point in the history
  • Loading branch information
muuvmuuv committed Jul 7, 2023
1 parent 2efc757 commit 479885a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ smallest possible size to increase the load time in VS Code _for you_.
3. Commit your changes with a detailed explanation
4. Create a pull request

> Package size: 279.8kb
### Deployment

We use `release-it` to create a new release. This will automatically create a tag, release
Expand Down
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUnusedParameters": true
"noUnusedParameters": true,
"paths": {
// BUG: https://github.com/sindresorhus/got/issues/2267
"got": ["./node_modules/got/dist/source"]
}
},
"exclude": ["node_modules", "tmp", "dist"]
}

0 comments on commit 479885a

Please sign in to comment.