Hi, I’ve created a custom property editor for the umbraco backoffice version 16.0.0, so using vite and lit, however when trying to import something like:
import { UMB_PROPERTY_CONTEXT, UmbPropertyContext } from ‘@umbraco-cms/backoffice/property’;
I get the following error:
(TS) Cannot find module ‘@umbraco-cms/backoffice/property’ or its corresponding type declarations.
I’ve been on this for days, even tried a fresh install on a completely different project with the same result.
Is anyone else also having an issue like this or could offer some advice? I can import from vite and lit perfectly fine, the issue only arises when importing from @umbraco-cms/backoffice