You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README.md): add support for .jsx and .tsx files in .d.ts creation 🐛 fix(js.ts): add support for .jsx and .tsx files in jsLoader 🧪 test(jsx-tsx.test.ts: Add tests for .jsx and .tsx files in jsLoader The changes add support for .jsx and .tsx files in the jsLoader and .d.ts creation. The jsLoader now supports .jsx and .tsx files, and the .d.ts creation now includes .jsx and .tsx files. The tests have been added to ensure that the jsLoader works correctly with .jsx and .tsx files. (72927ba)