@warp-ds/elements 2.2.0-next.18 → 2.2.0-next.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -118,6 +118,24 @@ see the [Warp Design System documentation](https://warp-ds.github.io/tech-docs/)
118
118
 
119
119
  ### Editor integration
120
120
 
121
+ #### Typescript
122
+
123
+ Install the `@warp-ds/elements` package
124
+
125
+ ```
126
+ npm install @warp-ds/elements
127
+ ```
128
+
129
+ Add `@warp-ds/elements` to tsconfig types in compilerOptions.
130
+
131
+ ```json
132
+ {
133
+ "compilerOptions": {
134
+ "types": ["react", "react-dom", "@warp-ds/elements"]
135
+ }
136
+ }
137
+ ```
138
+
121
139
  #### Visual Studio Code
122
140
 
123
141
  This module includes [Custom HTML and CSS data for Visual Studio Code](https://code.visualstudio.com/blogs/2020/02/24/custom-data-format).