stackgl ecosystem types
npm install @tstackgl/stackgl-typesTo use definitions in this package install it with
``sh`
yarn add @tstackgl/stackgl-types
and include in your tsconfig.json
`json``
"compilerOptions": {
"typeRoots": ["node_modules/@types", "node_modules/@tstackgl"]
}