yarn run v1.22.22 $ /var/www/pterodactyl/node_modules/.bin/tsc --project tsconfig.declarations.json resources/scripts/components/elements/button/Button.tsx:40:7 - error TS4023: Exported variable '_Button' has or is using name 'Shape' from external module "/var/www/pterodactyl/resources/scripts/components/elements/button/types" but cannot be named. 40 const _Button = Object.assign(Button, { ~~~~~~~ resources/scripts/components/elements/button/Button.tsx:40:7 - error TS4023: Exported variable '_Button' has or is using name 'Size' from external module "/var/www/pterodactyl/resources/scripts/components/elements/button/types" but cannot be named. 40 const _Button = Object.assign(Button, { ~~~~~~~ resources/scripts/components/elements/button/Button.tsx:40:7 - error TS4023: Exported variable '_Button' has or is using name 'Variant' from external module "/var/www/pterodactyl/resources/scripts/components/elements/button/types" but cannot be named. 40 const _Button = Object.assign(Button, { ~~~~~~~ resources/scripts/components/elements/dropdown/Dropdown.tsx:54:7 - error TS4023: Exported variable '_Dropdown' has or is using name 'ButtonRenderPropArg' from external module "/var/www/pterodactyl/node_modules/@headlessui/react/dist/components/menu/menu" but cannot be named. 54 const _Dropdown = Object.assign(Dropdown, { ~~~~~~~~~ resources/scripts/components/elements/dropdown/Dropdown.tsx:54:7 - error TS4023: Exported variable '_Dropdown' has or is using name 'ItemRenderPropArg' from external module "/var/www/pterodactyl/node_modules/@headlessui/react/dist/components/menu/menu" but cannot be named. 54 const _Dropdown = Object.assign(Dropdown, { ~~~~~~~~~ resources/scripts/components/elements/dropdown/Dropdown.tsx:54:7 - error TS4023: Exported variable '_Dropdown' has or is using name 'ItemsRenderPropArg' from external module "/var/www/pterodactyl/node_modules/@headlessui/react/dist/components/menu/menu" but cannot be named. 54 const _Dropdown = Object.assign(Dropdown, { ~~~~~~~~~ resources/scripts/components/elements/dropdown/Dropdown.tsx:54:7 - error TS4023: Exported variable '_Dropdown' has or is using name 'MenuRenderPropArg' from external module "/var/www/pterodactyl/node_modules/@headlessui/react/dist/components/menu/menu" but cannot be named. 54 const _Dropdown = Object.assign(Dropdown, { ~~~~~~~~~ resources/scripts/components/elements/dropdown/Dropdown.tsx:54:7 - error TS4023: Exported variable '_Dropdown' has or is using name 'Props' from external module "/var/www/pterodactyl/resources/scripts/components/elements/dropdown/DropdownButton" but cannot be named. 54 const _Dropdown = Object.assign(Dropdown, { ~~~~~~~~~ resources/scripts/components/elements/dropdown/Dropdown.tsx:54:7 - error TS4023: Exported variable '_Dropdown' has or is using name 'Props' from external module "/var/www/pterodactyl/resources/scripts/components/elements/dropdown/DropdownItem" but cannot be named. 54 const _Dropdown = Object.assign(Dropdown, { ~~~~~~~~~ resources/scripts/components/elements/inputs/index.ts:4:7 - error TS4023: Exported variable 'Input' has or is using name 'InputFieldProps' from external module "/var/www/pterodactyl/resources/scripts/components/elements/inputs/InputField" but cannot be named. 4 const Input = Object.assign( ~~~~~ resources/scripts/components/elements/inputs/index.ts:4:7 - error TS4023: Exported variable 'Input' has or is using name 'Variant' from external module "/var/www/pterodactyl/resources/scripts/components/elements/inputs/InputField" but cannot be named. 4 const Input = Object.assign( ~~~~~ resources/scripts/components/elements/transitions/index.ts:4:7 - error TS4023: Exported variable 'Transition' has or is using name 'Props' from external module "/var/www/pterodactyl/resources/scripts/components/elements/transitions/FadeTransition" but cannot be named. 4 const Transition = Object.assign(TransitionComponent, { ~~~~~~~~~~ Found 12 errors in 4 files. Errors Files 3 resources/scripts/components/elements/button/Button.tsx:40 6 resources/scripts/components/elements/dropdown/Dropdown.tsx:54 2 resources/scripts/components/elements/inputs/index.ts:4 1 resources/scripts/components/elements/transitions/index.ts:4 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 09:40:41 INFO: Cleaning up build files.. 09:40:41 SUCCESS: Extension files initialized and imported to '.blueprint/dev'. root@panel:/var/www/pterodactyl#