UNPKG

@orchestrator-ui/orchestrator-ui-components

Version:

Library of UI Components used to display the workflow orchestrator frontend

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