Missing TypeScript definitions
$ npm i @netgum/types -DAdd type root(s) to your tsconfig.json configuration.
Example:
{
"compilerOptions": {
"typeRoots": [
"./node_modules/@netgum/types/ink",
"./node_modules/@netgum/types/node",
"./node_modules/@netgum/types/react",
"./node_modules/@netgum/types/react-native"
]
}
}The MIT License