refactor(web): folders store (#14305)

* refactor(web): folders store

* use typescript private
This commit is contained in:
Michel Heusschen
2024-11-23 20:22:13 +01:00
committed by GitHub
parent 454836b551
commit c33b918d74
7 changed files with 52 additions and 81 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es2020",
"target": "es2022",
"types": ["vitest/globals"]
},
"extends": "./.svelte-kit/tsconfig.json"