X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.base.json;h=b54d5a5565a87f3746e08790ff8c8128e86401c5;hb=3c7ddd7daa61d35c6fd0a992389a92599a246779;hp=a323b0d05e5293f2682f3809c8b39da8f2c66c23;hpb=75278e289067977291baa7e2ac217e85fc7d6088;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.base.json b/tsconfig.base.json index a323b0d05..b54d5a556 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -19,15 +19,11 @@ "es2018", "es2019" ], - "typeRoots": [ - "node_modules/@types", - "client/node_modules/@types" - ], "baseUrl": "./", "paths": { "@server/*": [ "server/*" ], "@shared/*": [ "shared/*" ], - "@client/*": [ "client/src/*" ], + "@client/*": [ "client/src/*" ] }, "resolveJsonModule": true, "strict": false,