Skip to content

Commit

Permalink
Update module-path-aliases.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samrobbins85 committed Sep 24, 2020
1 parent c5b20d0 commit f00eee8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/advanced-features/module-path-aliases.md
Expand Up @@ -4,6 +4,14 @@ description: Configure module path aliases that allow you to remap certain impor

# Absolute Imports and Module path aliases

<details>
<summary><b>Examples</b></summary>
<ul>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-absolute-imports">With env</a></li>
</ul>
</details>


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
Expand Down

0 comments on commit f00eee8

Please sign in to comment.