Skip to content

fix(targets/javascript): fix type definition imports on case-sensitive filesystems#900

Open
r3pwn wants to merge 1 commit intoPlayFab:masterfrom
r3pwn:fix-case-sensitive-dirs
Open

fix(targets/javascript): fix type definition imports on case-sensitive filesystems#900
r3pwn wants to merge 1 commit intoPlayFab:masterfrom
r3pwn:fix-case-sensitive-dirs

Conversation

@r3pwn
Copy link

@r3pwn r3pwn commented May 31, 2025

The type definitions are located in a "Typings" folder, but are referenced via "typings". This will work on case-insensitive filesystems like NTFS, but does not work properly on macOS or Linux environments, including WSL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants