Common types used across REDSHIFT codebases
npm install @radar/redshift-types
yarn add @radar/redshift-types
Update typeRoots in tsconfig.json for declarations access:
typeRoots
tsconfig.json
"typeRoots": ["node_modules/@radar/redshift-types/src/declarations", "node_modules/@types"]
Last updated 5 years ago
Was this helpful?