Merge branch 'develop' into pizzax-indexeddb

This commit is contained in:
tamaina 2022-05-28 01:31:23 +09:00
commit fa99d9c6fe
340 changed files with 9589 additions and 9298 deletions

View file

@ -19,6 +19,9 @@
"strictNullChecks": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
"useDefineForClassFields": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
@ -27,6 +30,9 @@
"node_modules/@types",
"@types",
],
"types": [
"vite/client",
],
"lib": [
"esnext",
"dom"