trying some weird move from stack overflow

This commit is contained in:
2023-11-04 13:14:59 +01:00
parent 8b64ce7825
commit ff39b1197d
4 changed files with 37 additions and 1 deletions

View File

@ -9,7 +9,14 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"baseUrl": ".",
"paths": {
"$": [
"src/"
],
"$/*": [
"src/*"
],
"$lib": [
"src/lib"
],
@ -22,7 +29,10 @@
"$data/*": [
"src/data/*"
]
}
},
"include": [
"src"
],
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
//