File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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
3231Released under the [ MIT] ( LICENSE.txt ) license.
33-
34- © Hypernym Studio
You can’t perform that action at this time.
0 commit comments