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
include-posthog-sentry-types-override
James Salter 2021-08-03 07:23:31 +01:00
parent 2504c062f1
commit c4bc759996
1 changed files with 6 additions and 1 deletions

View File

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