mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore(web): order json files alphabetically (#10076)
This commit is contained in:
parent
2f25a8a437
commit
22a0b4d900
36 changed files with 391 additions and 377 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"extends": "./.svelte-kit/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
|
|
@ -13,5 +12,6 @@
|
|||
"strict": true,
|
||||
"target": "es2020",
|
||||
"types": ["vitest/globals"]
|
||||
}
|
||||
},
|
||||
"extends": "./.svelte-kit/tsconfig.json"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue