Has anyone found a reliable way to use a custom framework they're building within a playground? I've found two or three different methods via Google (adding playground to framework project, adding both framework project and playground to a workspace, etc.) but I haven't got any of them to work so far: I always get a "can't find module" error when I try to import the framework into the playground.
For the time being, I'll try building a test project, and drag my framework in there every time I make a change.