Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
replace graph
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Nov 3, 2023
1 parent 08275d4 commit 5a5e692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified static/img/micro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"jsx": "react",
"lib": ["DOM", "ESNext"],
"baseUrl": ".",
"resolveJsonModule": true,
Expand All @@ -27,6 +28,7 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"importsNotUsedAsValues": "remove",
"esModuleInterop": true,

"moduleResolution": "NodeNext",

Expand Down

0 comments on commit 5a5e692

Please sign in to comment.