From f8360396ffabd2f95e9ece9c5755173bae0114b6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 3 Jan 2022 17:13:11 +0100 Subject: Stop using tsconfig register Prefer to replace paths at compile time --- scripts/generate-code-contributors.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts/generate-code-contributors.ts') diff --git a/scripts/generate-code-contributors.ts b/scripts/generate-code-contributors.ts index 449407c44..5357daf04 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts @@ -1,6 +1,3 @@ -import { registerTSPaths } from '../server/helpers/register-ts-paths' -registerTSPaths() - import { CLICommand } from '@shared/server-commands' run() -- cgit v1.2.3