TargetOS
Represents the target operating system for compilation.
- 'mac': macOS operating system
- 'linux': Linux operating system
- 'windows': Windows operating system
Definition
Type: TargetOS = 'mac' | 'linux' | 'windows'
Represents the target operating system for compilation.
Type: TargetOS = 'mac' | 'linux' | 'windows'