Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/managed-components/types
Managed Components Types
https://github.com/managed-components/types
Last synced: 2 months ago
JSON representation
Managed Components Types
- Host: GitHub
- URL: https://github.com/managed-components/types
- Owner: managed-components
- License: other
- Created: 2022-05-25T16:23:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T10:23:18.000Z (5 months ago)
- Last Synced: 2024-10-10T22:43:26.519Z (3 months ago)
- Language: TypeScript
- Homepage: https://managedcomponents.dev
- Size: 104 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zaraz - Managed Component Types
- awesome-zaraz - Managed Component Types
README
# Typescript Definitions for Managed Components
Find out more about Managed Components [here.](https://managedcomponents.dev)
## Install```bash
npm install -D @managed-components/types
-- Or
yarn add -D @managed-components/types
```## Usage
The following is a minimal `tsconfig.json` for use alongside this package:
**`tsconfig.json`**
```json
{
"compilerOptions": {
"target": "es2022",
"module": "commonjs",
"lib": ["es2022"],
"types": ["@managed-components/types"]
}
}
```