tsconfig 4.0.0
Install from the command line:
Learn more about npm packages
$ npm install @spear-ai/tsconfig@4.0.0
Install via package.json:
"@spear-ai/tsconfig": "4.0.0"
About this version
A TSConfig file.
yarn add -DE @spear-ai/tsconfig
Add the following to your tsconfig.json
file:
{
"extends": "@spear-ai/tsconfig",
// …
}