openpgpjs/.mocharc.json
larabr b1dd6287ff
Tests: mocha: drop ts-node in favor of tsx
To avoid using "experimental-specifier-resolution",
and for more stable ESM support.
2025-10-06 14:53:43 +02:00

6 lines
40 B
JSON

{
"node-option": [
"import=tsx"
]
}