mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: replace ts-node with tsx (#59019)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user