mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-21 23:58:33 +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",
|
||||
"dom",
|
||||
"dom.iterable"
|
||||
]
|
||||
],
|
||||
"paths": {
|
||||
"posthog-js": [
|
||||
"../matrix-react-sdk/src/@types/posthog.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user