From 33b81a647cf7336973c47a80ace92b59638a2fb7 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Sun, 16 Jan 2022 14:53:40 -0800 Subject: [PATCH] Add examples to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16d61c34..263f470c 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ See [examples](https://github.com/dotenv-org/examples) of using dotenv with vari * [esm (preload)](https://github.com/dotenv-org/examples/tree/master/dotenv-esm-preload) * [typescript](https://github.com/dotenv-org/examples/tree/master/dotenv-typescript) * [typescript parse](https://github.com/dotenv-org/examples/tree/master/dotenv-typescript-parse) +* [typescript config](https://github.com/dotenv-org/examples/tree/master/dotenv-typescript-config) * [webpack](https://github.com/dotenv-org/examples/tree/master/dotenv-webpack) * [webpack (plugin)](https://github.com/dotenv-org/examples/tree/master/dotenv-webpack2) * [react](https://github.com/dotenv-org/examples/tree/master/dotenv-react)