finished the menu and started implementing file IO

This commit is contained in:
Chris Kruining 2024-10-02 16:31:23 +02:00
parent 99509c9ba1
commit f860ba70f1
10 changed files with 408 additions and 92 deletions

View file

@ -10,7 +10,7 @@
"allowJs": true,
"strict": true,
"noEmit": true,
"types": ["vinxi/types/client"],
"types": ["vinxi/types/client", "@types/wicg-file-system-access"],
"isolatedModules": true,
"paths": {
"~/*": ["./src/*"]