Merge branch 'develop' into pizzax-indexeddb
This commit is contained in:
commit
fa99d9c6fe
340 changed files with 9589 additions and 9298 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue