0.1.0 • Published 3 years ago
@veupathdb/site-tsconfig v0.1.0
== @veupathdb/site-tsconfig
Base TypeScript configuration used for VEuPathDB websites.
=== Usage
First, install the package with npm:
source, sh
npm install --save-dev @veupathdb/site-tsconfig
or with yarn:
source, sh
yarn add -D @veupathdb/site-tsconfig
Then, add the following to tsconfig.json
:
source, json
{ "extends": "@veupathdb/site-tsconfig/tsconfig.json"
}
0.1.0
3 years ago