UNPKG

@pega/custom-dx-components

Version:

Utility for building custom UI components

19 lines (18 loc) 493 B
{ "extends": "@pega/tsconfig/index.json", "include": ["./**/*", ".storybook/**/*"], "exclude": ["**/*.mjs"], "compilerOptions": { "noEmit": true, "allowJs": true, "importsNotUsedAsValues": "remove", "skipLibCheck": true, "baseUrl": "./", "paths": { "@pega/pcore-pconnect-typedefs/*": ["node_modules/@pega/pcore-pconnect-typedefs/*"] }, "esModuleInterop": true, "types": ["jest", "node", "@types/jest"], "verbatimModuleSyntax": false } }