mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
11 lines
127 B
JSON
11 lines
127 B
JSON
{
|
|
"overrides": [
|
|
{
|
|
"files": ["*.mjs"],
|
|
"parserOptions": {
|
|
"sourceType": "module"
|
|
}
|
|
}
|
|
]
|
|
}
|