types
This package exports the types
used in Frigg packages.
Get Started
Install the package with npm
or yarn
:
npm install @friggframework/types
or
yarn add @friggframework/types
Make sure to reference the types in your tsconfig.json
"typeRoots": [
"./node_modules/@types",
"./node_modules/@friggframework/types"
]