You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so it will link to correct location in branches and tags as well
root README isn't published to npm, so no worries about broken links getting rendered in npmjs
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ Several packages to assist [TypeScript](https://www.typescriptlang.org/) develop
4
4
5
5
## Packages
6
6
7
-
-**[@ts-tools/node](https://github.com/AviVahl/ts-tools/tree/main/packages/node)** - TypeScript support for Node.js. Registers a `require.extensions` (CommonJS) hook, allowing execution of `.ts`/`.tsx` files directly from source.
7
+
-**[@ts-tools/node](./packages/node)** - TypeScript support for Node.js. Registers a `require.extensions` (CommonJS) hook, allowing execution of `.ts`/`.tsx` files directly from source.
8
8
9
-
-**[@ts-tools/webpack-loader](https://github.com/AviVahl/ts-tools/tree/main/packages/webpack-loader)** - TypeScript loader for webpack.
9
+
-**[@ts-tools/webpack-loader](./packages/webpack-loader)** - TypeScript loader for webpack.
-**[@ts-tools/esm](https://github.com/AviVahl/ts-tools/tree/main/packages/esm)** - TypeScript support for Node.js. Exposes a loader (ESM), allowing execution of `.ts`/`.tsx` files directly from source.
15
+
-**[@ts-tools/esm](./packages/esm)** - TypeScript support for Node.js. Exposes a loader (ESM), allowing execution of `.ts`/`.tsx` files directly from source.
0 commit comments