prettier
diff --git a/tsconfig.json b/tsconfig.json
index 2c396b0..1da4a03 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,9 +2,7 @@
     "$schema": "https://json.schemastore.org/tsconfig",
     "display": "Node 18 + ESM + Strictest",
     "compilerOptions": {
-        "lib": [
-            "es2022"
-        ],
+        "lib": ["es2022"],
         "strict": true,
         "exactOptionalPropertyTypes": true,
         "noFallthroughCasesInSwitch": true,