Skip to content

Commit

Permalink
Cleanup of with-yarn example (#7589)
Browse files Browse the repository at this point in the history
### Description

- remove tsconfig.json from root
- removed an unwanted ",'
- upgraded turbo to 1.12.4

### Testing Instructions

Running `npx create-turbo@latest -e with-yarn` and then `yarn dev`
should work.

Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
  • Loading branch information
zsh77 and anthonyshew committed Mar 5, 2024
1 parent d9dbbc9 commit 94429d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/with-yarn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This Turborepo includes the following packages/apps:
- `web`: another [Next.js](https://nextjs.org/) app
- `@repo/ui`: a stub React component library shared by both `web` and `docs` applications
- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `@repo/tsconfig`: `tsconfig.json`s used throughout the monorepo
- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo

Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).

Expand Down
3 changes: 1 addition & 2 deletions examples/with-yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"prettier": "^3.2.5",
"turbo": "^1.12.4"
},
"packageManager": "yarn@1.22.19",
"engines": {
"node": ">=18"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"display": "React Library",
"extends": "./base.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsx": "react-jsx"
}
}
}
3 changes: 0 additions & 3 deletions examples/with-yarn/tsconfig.json

This file was deleted.

0 comments on commit 94429d0

Please sign in to comment.