Skip to content

Commit

Permalink
(docs) Consistency for configurations between docs and examples. (#9212
Browse files Browse the repository at this point in the history
)

### Description

@boutchitos astutely pointed out in
#9191 that we had some
inconsistencies between `create-turbo`, the TypeScript doc, and
`with-vite`. This PR fixes those issues.
  • Loading branch information
anthonyshew authored Oct 3, 2024
1 parent dfe3ca2 commit ce11d86
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 ce11d86

Please sign in to comment.