mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-01 16:03:55 +08:00
2b7e49296b
* Specify TS paths per package * Remove `gen-proto-js` path
23 lines
575 B
JSON
23 lines
575 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowJs": true,
|
|
"baseUrl": ".",
|
|
"useDefineForClassFields": true,
|
|
"esModuleInterop": true,
|
|
"importHelpers": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true,
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"jsx": "react-jsx",
|
|
"strictBindCallApply": true,
|
|
"noEmitHelpers": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": false
|
|
}
|
|
}
|