We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8944a9f commit ff3851eCopy full SHA for ff3851e
src/LoggerWithoutCallSite.ts
@@ -524,7 +524,7 @@ export class LoggerWithoutCallSite {
524
year: "numeric",
525
month: "2-digit",
526
day: "2-digit",
527
- hourCycle: 'h23',
+ hourCycle: "h23",
528
hour: "2-digit",
529
minute: "2-digit",
530
second: "2-digit",
tsconfig.json
@@ -6,7 +6,8 @@
6
"es2019",
7
"esnext.bigint",
8
"es2020.string",
9
- "es2020.symbol.wellknown"
+ "es2020.symbol.wellknown",
10
+ "es2020.intl"
11
],
12
"target": "es2019",
13
"module": "commonjs",
0 commit comments