@pega/custom-dx-components
Version:
Utility for building custom UI components
15 lines (14 loc) • 356 B
JSON
{
"extends": "@pega/tsconfig/index.json",
"include": ["./**/*", ".storybook/**/*"],
"compilerOptions": {
"noEmit": true,
"allowJs": true,
"importsNotUsedAsValues": "remove",
"skipLibCheck": true,
"baseUrl": "./",
"paths": {
"@pega/pcore-pconnect-typedefs/*": ["node_modules/@pega/pcore-pconnect-typedefs/*"]
}
}
}