mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-19 13:26:42 +00:00
chore: frontend tsconfig fix
This commit is contained in:
parent
5f387095d3
commit
86f676ce12
@ -11,11 +11,11 @@
|
|||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"$util/*": ["src/util/*"],
|
"$util/*": ["./src/util/*"],
|
||||||
"$components/*": ["src/components/*"],
|
"$components/*": ["./src/components/*"],
|
||||||
"$src/*": ["src/*"]
|
"$src/*": ["./src/*"]
|
||||||
},
|
},
|
||||||
"types": ["src/global.d.ts"]
|
"types": ["./src/global.d.ts"]
|
||||||
}
|
}
|
||||||
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
|
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user