According to the manual, I've installed the typings with npm install --save-dev types/npm-ramda#dist
import * as R from 'ramda';
leads to the following error:
node_modules@types\ramda\src\view.d.ts
(90,12): error TS2536: Type 'N' cannot be used to index type 'NumberToString'.
packge.json excerpt:
"@types/ramda": "github:types/npm-ramda#dist",
"ramda": "^0.24.1",
"typescript": "^2.5.2"