Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,16 @@
<ul>
<li><a href="#prerequisites">Prerequisites</a></li>
<li><a href="#installation">Installation</a></li>
<li><a href="#running">Running</a></li>
<li><a href="#running-the-project">Running the Project</a></li>
</ul>
</li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#acknowledgments">Acknowledgments</a></li>
<li><a href="#star-history">Star History</a></li>
<li><a href="#faq">FAQ</a></li>
</ol>
</details>

Expand Down Expand Up @@ -206,6 +208,20 @@ Resources that are helpful and would like to give credit to.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- STAR HISTORY -->

## Star History

<a href="https://www.star-history.com/#Muhammed-Rahif/Notpad&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Muhammed-Rahif/Notpad&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Muhammed-Rahif/Notpad&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Muhammed-Rahif/Notpad&type=Date" />
</picture>
</a>

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## FAQ

**Why `global.d.ts` instead of `compilerOptions.types` inside `jsconfig.json` or `tsconfig.json`?**
Expand Down