From a36b0284a78ee9d33af196eb97873740b95407ab Mon Sep 17 00:00:00 2001 From: Heliozoa Date: Tue, 17 Dec 2024 10:28:12 +0200 Subject: [PATCH] Try multiple rootdirs --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 996da533..83969ab2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ ], "typeRoots": ["./types", "./node_modules/@types"], "sourceMap": true, - "rootDir": "src", + "rootDirs": ["src", "shared"], "strict": true /* enable all strict type-checking options */ /* Additional Checks */ // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */