mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-01 16:03:55 +08:00
98ad9d199c
* 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
21 lines
462 B
JSON
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"
|
|
]
|
|
}
|