···77 // If your environment is not supported, or you settled on a specific environment, switch out the adapter.
88 // See https://svelte.dev/docs/kit/adapters for more information about adapters.
99 adapter: adapter(),
1010+ alias: {
1111+ $lib: "src/lib",
1212+ },
1013 },
1114};
1215
+1
tsconfig.json
···1111 "sourceMap": true,
1212 "strict": true,
1313 "moduleResolution": "bundler",
1414+ "types": ["@atcute/bluesky"],
1415 },
1516 // Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
1617 // except $lib which is handled by https://svelte.dev/docs/kit/configuration#files