* 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
16 lines
352 B
JSON
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"]
|
|
}
|