X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=993acf81d43f03ad3efd868f2c47aacd1f7dc14d;hb=9aeae90662f901efbfe381acdae6dade9338cf29;hp=cb7937f9967cddab3c16f574db8488f0d28cbc6b;hpb=b8fa3e8c734a46918118afe7976f248cc883f675;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index cb7937f99..993acf81d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,5 +17,5 @@ { "path": "./server" }, { "path": "./scripts" } ], - "files": ["server.ts"] + "files": [ "server.ts", "server/types/express.d.ts" ] }