From f00eee89146d6ddb3f11c6603e9d21ed9c966f02 Mon Sep 17 00:00:00 2001 From: Sam Robbins Date: Thu, 24 Sep 2020 19:27:34 +0100 Subject: [PATCH 1/2] Update module-path-aliases.md --- docs/advanced-features/module-path-aliases.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/advanced-features/module-path-aliases.md b/docs/advanced-features/module-path-aliases.md index 2c2c0e20811ae..d9d324b533daa 100644 --- a/docs/advanced-features/module-path-aliases.md +++ b/docs/advanced-features/module-path-aliases.md @@ -4,6 +4,14 @@ description: Configure module path aliases that allow you to remap certain impor # Absolute Imports and Module path aliases +
+ Examples + +
+ + Next.js automatically supports the `tsconfig.json` and `jsconfig.json` `"paths"` and `"baseUrl"` options since [Next.js 9.4](https://nextjs.org/blog/next-9-4). > Note: `jsconfig.json` can be used when you don't use TypeScript From b958f6267fd9bbb4e0ad5504183f8bb63b28947b Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Wed, 14 Oct 2020 12:45:49 +0200 Subject: [PATCH 2/2] Fix linting --- docs/advanced-features/module-path-aliases.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/advanced-features/module-path-aliases.md b/docs/advanced-features/module-path-aliases.md index d9d324b533daa..1641c798ad14f 100644 --- a/docs/advanced-features/module-path-aliases.md +++ b/docs/advanced-features/module-path-aliases.md @@ -11,7 +11,6 @@ description: Configure module path aliases that allow you to remap certain impor - Next.js automatically supports the `tsconfig.json` and `jsconfig.json` `"paths"` and `"baseUrl"` options since [Next.js 9.4](https://nextjs.org/blog/next-9-4). > Note: `jsconfig.json` can be used when you don't use TypeScript