@managed-components/types
v1.3.15
Published
Types for Managed Components
Downloads
395
Keywords
Readme
Typescript Definitions for Managed Components
Find out more about Managed Components here.
Install
npm install -D @managed-components/types
-- Or
yarn add -D @managed-components/typesUsage
The following is a minimal tsconfig.json for use alongside this package:
tsconfig.json
{
"compilerOptions": {
"target": "es2022",
"module": "commonjs",
"lib": ["es2022"],
"types": ["@managed-components/types"]
}
}