simple-keyboard-layouts
simple-keyboard-layouts copied to clipboard
Add "type": "module" to package.json
Description
This enables dynamic imports in a node context.
Without the "type": "module" declaration, nodejs tries to import this package as a CommonJS module when using the dynamic import()
, resulting in the error "Unexpected token 'export'".
Fixes #2303
Checks
- [x] I have read and followed the Contributing Guidelines.