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