Skip to content

Commit

Permalink
docs: remove articles section
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 16, 2024
1 parent 6ad8434 commit 02d7d6c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ import { sum } from "@utils/sum";

TS allows defining
[virtual directories](https://www.typescriptlang.org/docs/handbook/module-resolution.html#virtual-directories-with-rootdirs)
via the `rootDirs` compiler option.
via the `rootDirs` compiler option.
To enable virtual directory mapping, use the `useRootDirs` plugin option.

```jsonc
Expand Down Expand Up @@ -192,10 +192,6 @@ Use the `@no-transform-path` tag to explicitly disable transformation for a sing
import "normally-transformed"; // This will remain 'normally-transformed', even though it has a different value in paths config
```

## Articles

- [Node Consumable Modules With Typescript Paths](https://medium.com/@ole.ersoy/node-consumable-modules-with-typescript-paths-ed88a5f332fa?postPublishedType=initial) by [oleersoy](https://github.com/oleersoy)

## Project Guidelines for Contributors

- Package Manager: `yarn` (`yarn install`)
Expand Down

0 comments on commit 02d7d6c

Please sign in to comment.