Skip to content

Commit

Permalink
Suggest full path for the extends key (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Aug 25, 2021
1 parent 77c4741 commit 9b6391b
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 @@ -14,7 +14,7 @@ $ npm install --save-dev @sindresorhus/tsconfig

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

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

0 comments on commit 9b6391b

Please sign in to comment.