Skip to content

Commit

Permalink
docs(misc): add link to @nrwl/js getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Mar 24, 2022
1 parent 52b4765 commit dc6c0b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/shared/guides/js-and-ts.md
Expand Up @@ -12,3 +12,7 @@ nx g @nrwl/react:component mycmp --project=myapp --js
You can build/test/lint/serve your applications and libraries the same way whether you use JavaScript and TypeScript. You can also mix and match them.

Regardless whether you use JavaScript or TypeScript, you will have a `tsconfig.base.json` file at the root of the workspace. **It's not used to build the applications and libraries in the workspace. It's only used to improve the editor experience.**

## Interested in building and distributing TypeScript packages?

You might want to check out the `@nrwl/js` package which comes with advanced TypeScript support, including [SWC](https://swc.rs/) and more. Find out more in the [Nx and TypeScript guide](/getting-started/nx-and-typescript).

1 comment on commit dc6c0b8

@vercel
Copy link

@vercel vercel bot commented on dc6c0b8 Mar 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.