2026-01-22 18:19:47 +00:00
|
|
|
{
|
|
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"noEmit": true,
|
2026-03-13 13:56:48 +00:00
|
|
|
"rootDir": "..",
|
2026-01-30 20:59:37 +00:00
|
|
|
"types": ["node", "bun"]
|
2026-01-22 18:19:47 +00:00
|
|
|
},
|
2026-07-02 02:36:47 +00:00
|
|
|
"include": [
|
|
|
|
|
"./performance/timeline-stability/**/*.spec.ts",
|
|
|
|
|
"./performance/timeline-stability/fixture.test.ts",
|
|
|
|
|
"./performance/timeline-stability/fixture.ts",
|
|
|
|
|
"./performance/unit/visual-stability.test.ts",
|
2026-07-14 11:47:33 +00:00
|
|
|
"./reproduction/timeline-suspense/**/*.ts",
|
|
|
|
|
"./reproduction/timeline-suspense/**/*.tsx",
|
|
|
|
|
"../src/pages/session/timeline/observe-element-offset.ts",
|
2026-07-04 04:08:15 +00:00
|
|
|
"./regression/new-session-panel-corner.spec.ts",
|
2026-07-02 02:36:47 +00:00
|
|
|
"./regression/session-timeline-context-resize.spec.ts",
|
|
|
|
|
"./utils/**/*.ts"
|
|
|
|
|
]
|
2026-01-22 18:19:47 +00:00
|
|
|
}
|