Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
James Salter
c4bc759996 Include posthog sentry types override
Duplicating this config from matrix-react-sdk is necessary because the element-web lint process is also type checking matrix-react-sdk
2021-08-03 07:23:31 +01:00

View file

@ -21,7 +21,12 @@
"es2019",
"dom",
"dom.iterable"
]
],
"paths": {
"posthog-js": [
"../matrix-react-sdk/src/@types/posthog.d.ts"
]
}
},
"include": [
"./src/**/*.ts",