Skip to content

Commit

Permalink
Revert "Suggest full path for the extends key (#12)" (#17)
Browse files Browse the repository at this point in the history
This reverts commit 9b6391b.
  • Loading branch information
fregante committed May 13, 2022
1 parent 44a7e4c commit 5c1b6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install --save-dev @sindresorhus/tsconfig

```json
{
"extends": "@sindresorhus/tsconfig/tsconfig.json",
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
Expand All @@ -27,7 +27,7 @@ When you are targeting a higher version of Node.js, check the relevant ECMAScrip

```json
{
"extends": "@sindresorhus/tsconfig/tsconfig.json",
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "ES2021"
Expand Down

0 comments on commit 5c1b6ed

Please sign in to comment.