Skip to content

Commit 7edc869

Browse files
committed
chore: update readme
1 parent 4fefe28 commit 7edc869

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Hypernym's internal config for TypeScript.
55
<sub><a href="https://github.com/hypernym-studio/tsconfig">Repository</a> | <a href="https://www.npmjs.com/package/@hypernym/tsconfig">Package</a> | <a href="https://github.com/hypernym-studio/tsconfig/releases">Releases</a> | <a href="https://github.com/hypernym-studio/tsconfig/discussions">Discussions</a></sub>
66

77
```sh
8-
npm i -D @hypernym/tsconfig
8+
pnpm add -D @hypernym/tsconfig
99
```
1010

1111
## Usage
@@ -14,8 +14,7 @@ npm i -D @hypernym/tsconfig
1414
// tsconfig.json
1515

1616
{
17-
"extends": "@hypernym/tsconfig",
18-
"include": ["src/**/*", ".config/**/*"]
17+
"extends": "@hypernym/tsconfig"
1918
}
2019
```
2120

@@ -27,8 +26,6 @@ Use the official [discussions](https://github.com/hypernym-studio/tsconfig/discu
2726

2827
## License
2928

30-
Developed in 🇭🇷 Croatia.
29+
Developed in 🇭🇷 Croatia, © Hypernym Studio.
3130

3231
Released under the [MIT](LICENSE.txt) license.
33-
34-
© Hypernym Studio

0 commit comments

Comments
 (0)