diff options
-rw-r--r-- | packages/server/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/server/tsconfig.json b/packages/server/tsconfig.json index 6ba87ff..9fdaf11 100644 --- a/packages/server/tsconfig.json +++ b/packages/server/tsconfig.json @@ -5,6 +5,7 @@ "outDir": "dist", "strict": true, "esModuleInterop": true, + "moduleResolution": "node", "skipLibCheck": true, "forceConsistentCasingInFileNames": true } |