From b969539c838ae3012d7a7040c5e310bb9c834e95 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 24 Dec 2021 13:16:55 +0100 Subject: Fix types dist paths --- types/tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'types/tsconfig.json') diff --git a/types/tsconfig.json b/types/tsconfig.json index 8f09c4a83..514683886 100644 --- a/types/tsconfig.json +++ b/types/tsconfig.json @@ -7,10 +7,11 @@ "outDir": "./dist/", "baseUrl": "./src/", "rootDir": "./src/", + "tsBuildInfoFile": "./dist/tsconfig.server.types.tsbuildinfo", "paths": { "@server/*": [ "../../server/*" ], "@shared/*": [ "../../shared/*" ], - "@client/*": [ "../../client/src/*" ], + "@client/*": [ "../../client/src/*" ] } }, "references": [ @@ -18,6 +19,5 @@ { "path": "../server/tsconfig.types.json" }, { "path": "./src/client/tsconfig.json" } ], - "files": ["./src/index.ts"], + "files": ["./src/index.ts"] } - -- cgit v1.2.3