Skip to content

Commit

Permalink
docs(devs-infra): update website deps (#3081)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Nov 19, 2021
1 parent 66b66f1 commit bacd6af
Show file tree
Hide file tree
Showing 5 changed files with 15,464 additions and 5,055 deletions.
4 changes: 2 additions & 2 deletions website/docs/getting-started/paths-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you use ["baseUrl" and "paths" options](https://www.typescriptlang.org/docs/h

With the below config in your `tsconfig`:

```js
```json
// tsconfig.json
{
"compilerOptions": {
Expand All @@ -39,7 +39,7 @@ module.exports = {
}
```

```js
```json
// OR package.json
{
// [...]
Expand Down

0 comments on commit bacd6af

Please sign in to comment.