Find out more about Managed Components here.
npm install -D @managed-components/types
-- Or
yarn add -D @managed-components/types
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"]
}
}