X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=993acf81d43f03ad3efd868f2c47aacd1f7dc14d;hb=c367ffa72c3f2b04c3729781de81f5294e59e7cb;hp=8f1d5b6fb6e327761ed7163d67be15ba0083f4ee;hpb=8b03e2ce1a2098261de2f729f660b1ae2a320b65;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 8f1d5b6fb..993acf81d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,12 +6,16 @@ "paths": { "@server/*": [ "server/*" ], "@shared/*": [ "shared/*" ] - } + }, + "typeRoots": [ + "server/typings", + "node_modules/@types" + ] }, "references": [ { "path": "./shared" }, { "path": "./server" }, { "path": "./scripts" } ], - "files": ["server.ts"] + "files": [ "server.ts", "server/types/express.d.ts" ] }