Skip to content

Commit bacd6af

Browse files
authored
docs(devs-infra): update website deps (#3081)
1 parent 66b66f1 commit bacd6af

5 files changed

Lines changed: 15464 additions & 5055 deletions

File tree

website/docs/getting-started/paths-mapping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you use ["baseUrl" and "paths" options](https://www.typescriptlang.org/docs/h
1313

1414
With the below config in your `tsconfig`:
1515

16-
```js
16+
```json
1717
// tsconfig.json
1818
{
1919
"compilerOptions": {
@@ -39,7 +39,7 @@ module.exports = {
3939
}
4040
```
4141

42-
```js
42+
```json
4343
// OR package.json
4444
{
4545
// [...]

0 commit comments

Comments
 (0)