
I have noticed that it tries to load types from https://unpkg.com/@types/@simplr/react-forms-dom/index.d.ts.
Expected behavior:
- Checks if package has
types property and load from relative path reference
- If it doesn't have it, try to load
@types/*
Simple package example: react -> @types/react.
Scoped package example: @simplr/react-forms -> @types/simplr__react-forms reference
On side note: Can't wait for TypeScript support. Keep up the good work. 🎉