--

One thing to note is that if you create types folder within node_modules you will have to re-create it in case you delete the node_modules folder. It would be better if you put the typings in any other folder in your project (e.g. myproject/src/typings or /myproject/typings) and then reference it in typeRoots the same way.

--

--

No responses yet