mirror of
https://github.com/gravitational/teleport.git
synced 2026-08-28 21:12:20 +08:00
f5ca6e0637
* Add tsgo * Fix type errors that come from updated std lib types in TS 7.0 * Upgrade `@typescript/native-preview`
22 lines
483 B
JSON
22 lines
483 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "build.assets/.cache/ts",
|
|
"composite": true,
|
|
"emitDeclarationOnly": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"strict": false,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"e/web/**/*.mts",
|
|
"web/**/*.mts",
|
|
"web/.storybook/*.mts",
|
|
"web/packages/build/vite",
|
|
"web/packages/teleterm/csp.ts"
|
|
]
|
|
}
|