1.0.0 • Published 9 years ago
@cw-types/react-dnd v1.0.0
Installation
First, run
npm install --save @cw-types/react-dndThen, you must add
node_modules/@cw-typesto yourtsconifg.jsonfile, like so:"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 wantnode_modules/@typesto resolve first then move it up top.
1.0.0
9 years ago