X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=cb7937f9967cddab3c16f574db8488f0d28cbc6b;hb=c6b257203dc47f39d532a5de8e00de8b535c015e;hp=a14a97dfb2355ee4f7084582f773991e930210dc;hpb=06aad80165d09a8863ab8103149a8ff518b10641;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index a14a97dfb..cb7937f99 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,17 @@ { "extends": "./tsconfig.base.json", + "compilerOptions": { + "outDir": "./dist/", + "baseUrl": "./", + "paths": { + "@server/*": [ "server/*" ], + "@shared/*": [ "shared/*" ] + }, + "typeRoots": [ + "server/typings", + "node_modules/@types" + ] + }, "references": [ { "path": "./shared" }, { "path": "./server" },