diff --git a/server/tsconfig.json b/server/tsconfig.json index 118946b..6d44f12 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -7,6 +7,7 @@ "rootDir": "src", "esModuleInterop": true, "allowSyntheticDefaultImports": true, + "typeRoots": ["./src/types", "./node_modules/@types"], "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true,