X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=8bcd944e3cb50472021196e6b6e178947031871c;hb=ed14d1ebd7c8d9428ac58b3a6280e3df6686aec1;hp=cb7937f9967cddab3c16f574db8488f0d28cbc6b;hpb=b8fa3e8c734a46918118afe7976f248cc883f675;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index cb7937f99..8bcd944e3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,6 @@ "@shared/*": [ "shared/*" ] }, "typeRoots": [ - "server/typings", "node_modules/@types" ] }, @@ -17,5 +16,5 @@ { "path": "./server" }, { "path": "./scripts" } ], - "files": ["server.ts"] + "files": [ "server.ts", "server/types/express.d.ts", "server/types/lib.d.ts" ] }