Skip to content

Commit

Permalink
(docs) Consistency for configurations between docs and examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Oct 3, 2024
1 parent dfe3ca2 commit 4dcf5de
Show file tree
Hide file tree
Showing 7 changed files with 936 additions and 691 deletions.
4 changes: 2 additions & 2 deletions docs/repo-docs/guides/tools/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ pnpm dlx create-turbo@latest

### Use a base `tsconfig` file

Inside `packages/tsconfig`, we have a few `json` files which represent different ways you might want to configure TypeScript in various packages. The `base.json` file is extended by every other `tsconfig.json` in the workspace and looks like this:
Inside `packages/typescript-config`, you have a few `json` files which represent different ways you might want to configure TypeScript in various packages. The `base.json` file is extended by every other `tsconfig.json` in the workspace and looks like this:

```json title="./packages/tsconfig/base.json"
```json title="./packages/typescript-config/base.json"
"compilerOptions": {
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down
Loading

0 comments on commit 4dcf5de

Please sign in to comment.