diff --git a/tsconfig.json b/tsconfig.json index ebbc37e..b8b9db1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,6 +23,7 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, + "pretty": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": false,