mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-22 16:18:14 +08:00
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
This commit is contained in:
parent
2504c062f1
commit
c4bc759996
@ -21,7 +21,12 @@
|
|||||||
"es2019",
|
"es2019",
|
||||||
"dom",
|
"dom",
|
||||||
"dom.iterable"
|
"dom.iterable"
|
||||||
|
],
|
||||||
|
"paths": {
|
||||||
|
"posthog-js": [
|
||||||
|
"../matrix-react-sdk/src/@types/posthog.d.ts"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"./src/**/*.ts",
|
"./src/**/*.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user