Closed 3cp closed 2 years ago
The ts-node setup for TypeScript seems working well, sourcemap also works when pointing code error.
"test": "NODE_OPTIONS='--loader ts-node/esm' c8 pta 'test/**/*.spec.ts'",
Note c8 is optional, but it works too.
c8
https://github.com/3cp/scoped-eval/blob/adb2cd9ba4ec577865f08552e6fa33a9eddb9c72/package.json#L13
The ts-node setup for TypeScript seems working well, sourcemap also works when pointing code error.
Note
c8
is optional, but it works too.https://github.com/3cp/scoped-eval/blob/adb2cd9ba4ec577865f08552e6fa33a9eddb9c72/package.json#L13