Skip to content

Commit 02d7d6c

Browse files
committed
docs: remove articles section
1 parent 6ad8434 commit 02d7d6c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ import { sum } from "@utils/sum";
9898

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

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

195-
## Articles
196-
197-
- [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)
198-
199195
## Project Guidelines for Contributors
200196

201197
- Package Manager: `yarn` (`yarn install`)

0 commit comments

Comments
 (0)