mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-02 13:41:21 +00:00
So that we can use tsx with official --import rather than requiring (old-style) which doesn't work with string-sameness esm for some reason https://github.com/mochajs/mocha/issues/5002 https://github.com/mochajs/mocha-examples/pull/76
5 lines
68 B
JSON
5 lines
68 B
JSON
{
|
|
"reporter": "dot",
|
|
"extension": "ts",
|
|
"import": "tsx/esm"
|
|
}
|