commit | 122b062cf394b5c258864ee11c9f1c000227358a | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Fri Apr 21 22:45:53 2023 -0400 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Fri Apr 21 22:45:53 2023 -0400 |
tree | b156505cebc7ddf19a1b4bc614cfdaa1e0c37977 | |
parent | 1cb23cf083eecc6bc99f79f288ee559969774c4b [diff] [blame] |
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,