Skip to content

Commit

Permalink
chore: OCD
Browse files Browse the repository at this point in the history
  • Loading branch information
d-goog committed Oct 24, 2024
1 parent c89925e commit b65cd60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig-google.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"allowUnusedLabels": false,
"composite": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es2023"],
"lib": ["ES2023"],
"module": "commonjs",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
Expand All @@ -13,7 +13,7 @@
"sourceMap": true,
"stripInternal": true,
"strict": true,
"target": "es2022"
"target": "ES2022"
},
"exclude": ["node_modules"]
}

0 comments on commit b65cd60

Please sign in to comment.