mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 01:54:00 +02:00
style: apply consistent formatting and spacing across multiple files
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"extends": "./.svelte-kit/tsconfig.json",
|
||||
"include": [
|
||||
"web/src/app.d.ts",
|
||||
"web/src/**/*"
|
||||
],
|
||||
"include": [
|
||||
"web/src/app.d.ts",
|
||||
"web/src/**/*"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
@@ -14,9 +14,9 @@
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"moduleResolution": "bundler",
|
||||
"types": [
|
||||
"svelte"
|
||||
]
|
||||
"types": [
|
||||
"svelte"
|
||||
]
|
||||
}
|
||||
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
|
||||
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
|
||||
|
||||
Reference in New Issue
Block a user