mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
ts: Convert portico/google_analytics.js
to TypeScript.
Created a custom type declaration file `ga-gtag.d.ts` for `ga-gtag` npm module. `@types/gtag.js` is installed as a devDependency so that the type for `gtag` function can be provided.
This commit is contained in:
@@ -100,6 +100,7 @@
|
||||
"@types/autosize": "^4.0.1",
|
||||
"@types/blueimp-md5": "^2.18.0",
|
||||
"@types/co-body": "^6.1.3",
|
||||
"@types/gtag.js": "^0.0.20",
|
||||
"@types/is-url": "^1.2.32",
|
||||
"@types/jquery": "^3.3.31",
|
||||
"@types/jquery.validation": "^1.16.7",
|
||||
|
Reference in New Issue
Block a user