-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Milestone
Description
Per #75 (comment):
TypeScript isn't resolving aliases like $components/Blah.svelte and $app/stores, and I don't know how to coax it into doing so. This didn't work:
"compilerOptions": {
// ...
"baseUrl": ".",
"paths": {
"$components/*": ["./src/components/*"],
"$app/*": [".svelte/main/runtime/*"]
}
},