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. */