openreplay/tracker/tracker-assist/tsconfig.json
nick-delirium 0002950e3c
tracker: port 14.0.10 changes to 15.0.0 timeline
tracker 14.0.10, fixes memory leaks, iframe tracking stability, etc

change map/set to weakmap/set where possible, check canvas observers on time intervals and destroy peers; run node list maintainer every 30 sec (50ms ticks)

tracker: better crossdomain check; angularMode -> forceNgOff toggle

potential performance fixes for 14.x.x iframe tracking
2024-10-18 13:17:01 +02:00

15 lines
337 B
JSON

{
"compilerOptions": {
"noImplicitThis": true,
"strictNullChecks": true,
"alwaysStrict": true,
"target": "es2017",
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"declaration": true,
"outDir": "./lib",
"rootDir": "src"
},
"exclude": ["**/*.test.ts"]
}