UNPKG

@orchestrator-ui/orchestrator-ui-components

Version:

Library of UI Components used to display the workflow orchestrator frontend

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