feat: replace ts-node with tsx (#59019)

This commit is contained in:
Naomi
2025-03-11 19:55:54 +00:00
committed by GitHub
parent c444541a0b
commit 0b96c09e84
11 changed files with 4501 additions and 1853 deletions
-6
View File
@@ -1,9 +1,3 @@
// We need to use the triple-slash directive to ensure that ts-node uses the
// reset.d.ts file. It's not possible to import the file directly because it
// is not included in the build (it's a dev dependency).
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference path="./reset.d.ts" />
import './instrument';
import { randomBytes } from 'crypto';