UNPKG

@orchestrator-ui/orchestrator-ui-components

Version:

Library of UI Components used to display the workflow orchestrator frontend

20 lines (19 loc) 447 B
{ "extends": "@orchestrator-ui/tsconfig/base.json", "compilerOptions": { "strictNullChecks": true, "baseUrl": ".", "paths": { "@/*": ["./src/*"] }, "noEmit": true }, "include": ["src", "./src/**/*.ts", "./src/**/*.tsx"], "exclude": [ "node_modules", "**/*.stories.ts", "**/*.stories.js", "**/*.stories.jsx", "**/*.stories.tsx" ] }