X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=7e05994fbae954e2dd2053e46d1de3351322d4e9;hb=8424c4026afd7304880a4ce8138a04ffb3d8c938;hp=5ed870c5c3a74b7bdff326e54c7d53a76cdc604a;hpb=f69ec5f340638ef577e8f5b9b1fb844778656a1f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 5ed870c5c..7e05994fb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,8 +17,7 @@ "typeRoots": [ "node_modules/@types", "server/typings" ], "baseUrl": "./", "paths": { - "@server/typings/*": [ "server/typings/*" ], - "@server/models/*": [ "server/models/*" ] + "@server/*": [ "server/*" ] } }, "exclude": [