mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 18:05:32 +00:00
#11746 removed the `ts-node` dependency. Unfortunately that broke running TypeScript test files with Mocha in VSCode Test Explorer because it no longer knows what to do with .ts files. This change adds the more modern `tsx` package as developer dependency, which allows to use Test Explorer again. See https://stackoverflow.com/a/77609121.
4 lines
81 B
JSON
4 lines
81 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/mocharc.json",
|
|
"require": "tsx"
|
|
}
|