Files
conductor-oss--conductor/ui/tsconfig.json
peterlau 4b5317f0fb Workflow Workbench
Other changes:
- Code formatting
- fetchWithContext allows text response (for /workflow retval)
- Style changes regarding small IconButton
- Introduce TS
- Dropdown coerces undefined to null (to prevent uncontrolled component warning)
2022-04-12 10:24:01 -07:00

21 lines
503 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src"]
}