#React+TS - Relative Paths problem
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
**Error: **
File name '/Users/scai/Pterodactyl/pterodactyl-panel/resources/scripts/components/elements/button.tsx' differs from already included file name '/Users/scai/Pterodactyl/pterodactyl-panel/resources/scripts/components/elements/Button.tsx' only in casing
In my button/index.ts - I have
export { default as Button } from './Button';
export { default as styles } from './style.module.css';
My TS config has "forceConsistentCasingInFileNames": true,
On Linux work great, but on MacOS it fails.