Aspen Typing Plugins
TODO: move out of PC repo and move to monorepo or other pattern
Getting Starter
- Install
# if you're a yarn kind of person
yarn add -D @aspen/agent-typings
# if you're an npm kind of person
npm i --save-dev @aspen/agent-typings
- Configure tsconfig.json
{
"compilerOptions": {
"typeRoots": [
"./node_modules/@types",
"./node_modules/@aspen.cloud",
]
}
}