background, mindmap

This commit is contained in:
2025-04-29 10:27:07 +02:00
parent 0852ea070b
commit 63f45abb3e
9 changed files with 442 additions and 69 deletions

8
.vscode/jsconfig.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "esnext",
"lib": [
"esnext"
]
}
}