Files
teleport/tsconfig.node.json
T
Ryan Clark 98ad9d199c Add stories for list/view session recordings (#58728)
* Add stories for list/view session recordings, minor UI changes

* Type check storybook, use import.meta.dirname instead of __dirname

* Add mocking for the session recordings service

* Clear all queries between stories

* Unexport interface

* Undo unnecessary changes

* Try using `.mts` for main

* Undo node v24 changes

* Add license
2025-10-22 06:31:14 +00:00

21 lines
462 B
JSON

{
"compilerOptions": {
"outDir": "build.assets/.cache/ts",
"composite": true,
"emitDeclarationOnly": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true
},
"include": [
"e/web/**/*.mts",
"web/**/*.mts",
"web/.storybook/*.mts",
"web/packages/build/vite",
"web/packages/teleterm/csp.ts"
]
}