diff --git a/server/tsconfig.json b/server/tsconfig.json index edca51254c8..6c045256ca7 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -6,6 +6,6 @@ "compilerOptions": { "target": "es5", "module": "commonjs", - "moduleResolution": "node" + "moduleResolution": "node" } } \ No newline at end of file