1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 09:15:38 +02:00

Merge branch 'develop' into pizzax-indexeddb

This commit is contained in:
tamaina
2022-05-28 01:31:23 +09:00
340 changed files with 9522 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"