mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
ts: Convert i18n module to TypeScript.
We update our tsconfig target to ES2020 so that we don't get type errors related to some properties not being in Intl that is used by @formatjs/intl.
This commit is contained in:
committed by
Tim Abbott
parent
f1a0a790fe
commit
9418ae51fa
@@ -14,7 +14,7 @@
|
||||
|
||||
/* Basic options */
|
||||
"noEmit": true,
|
||||
"target": "ES2019",
|
||||
"target": "ES2020",
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
|
Reference in New Issue
Block a user