UNPKG

@cw-types/dom-helpers

Version:
25 lines (16 loc) 857 B
# Installation > First, run `npm install --save @cw-types/dom-helpers` >Then, you must add `node_modules/@cw-types` to your `tsconifg.json` file, like so: ```javascript "typeRoots": [ "node_modules/@cw-types", "node_modules/@types" ] ``` > This will enable the Typescript compiler to find and use this typing since it is not installed under `node_modules/@types`. > Please note the order is important of the entries in `typeRoots`. If you want `node_modules/@types` to resolve first then move it up top. # Summary Type definitions for `dom-helpers` `3.0.0` This package contains type definitions for [dom-helpers](https://github.com/react-bootstrap/dom-helpers). # Maintainers This project is mainted by [Kavan J. Shaban](https://github.com/kavanshaban) at [Cycloware](https://github.com/cycloware)