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
1 changed files with 6 additions and 1 deletions
|
@ -21,7 +21,12 @@
|
|||
"es2019",
|
||||
"dom",
|
||||
"dom.iterable"
|
||||
]
|
||||
],
|
||||
"paths": {
|
||||
"posthog-js": [
|
||||
"../matrix-react-sdk/src/@types/posthog.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*.ts",
|
||||
|
|
Loading…
Add table
Reference in a new issue