openreplay/tracker/tracker/tsconfig-base.json
Delirium 0912c4fb57
Xhr open catch (#2023)
* fix tracker fix xhr open event without url object

* fix fix up for url objects

* beta v up

* feat ui add dnd to event filters in search and dashboards (#2024)

* feat ui add dnd to event filters in search and dashboards

* rm console

* fix tracker fix xhr open event without url object

* fix fix up for url objects

* beta v up
2024-04-03 11:09:33 +02:00

16 lines
352 B
JSON

{
"compilerOptions": {
"rootDir": "src",
"outDir": "build",
"declaration": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"alwaysStrict": true,
"target": "es2020",
"module": "es6",
"moduleResolution": "nodenext",
"esModuleInterop": true
},
"exclude": ["**/*.test.ts"]
}