Run the command below to install our TypeScript Config:
yarn add -D @corellium/ts-config
Also make sure to install the following peer dependencies:
yarn add -D typescript typescript-plugin-css-modules
{
"extends": "@corellium/ts-config/tsconfig.json"
}