refactor: remove y-indexeddb (#1771)

This commit is contained in:
Himself65
2023-04-02 02:57:50 -05:00
committed by GitHub
parent f5574c68fe
commit ed8f07f102
12 changed files with 918 additions and 35 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}