X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fhelpers%2Fregister-ts-paths.ts;h=eec7fed3ef10ec844827dbf6affe09e38a5c2929;hb=0628157fe9662fdb2b6fa658b8b53fe684c013ce;hp=e8db369e331b037d3941051954a364d3d9986f66;hpb=2aaa1a3fdc49be77aec5309dab5507865c38d392;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/helpers/register-ts-paths.ts b/server/helpers/register-ts-paths.ts index e8db369e3..eec7fed3e 100644 --- a/server/helpers/register-ts-paths.ts +++ b/server/helpers/register-ts-paths.ts @@ -1,5 +1,5 @@ import { resolve } from 'path' -const tsConfigPaths = require('tsconfig-paths') +import tsConfigPaths = require('tsconfig-paths') const tsConfig = require('../../tsconfig.json')