When we run code examples containing any kind of @, BTCA returns a message saying it couldn't find the library.
Example: import { json } from '@sveltejs/kit'
I think a way to work around this problem is needed without affecting the functionality of identifying @svelte within the text.
Perhaps a way to mitigate this would be to check if @svelte/kit is enclosed in spaces? Or to validate a statement differently if the library is referenced at the beginning of the text? Or ignore when the text is pasted.
