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`
24 lines
604 B
JSON
24 lines
604 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowJs": true,
|
|
"useDefineForClassFields": true,
|
|
"esModuleInterop": true,
|
|
"importHelpers": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true,
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"jsx": "react-jsx",
|
|
"strict": false,
|
|
"strictBindCallApply": true,
|
|
"noImplicitThis": true,
|
|
"noEmitHelpers": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": false
|
|
}
|
|
}
|