This package contains the standard TypeScript configurations for packages used by STORIS.
@storis/tsconfig is available as an npm package.
npm install @storis/tsconfigThe package relies on the following peer dependencies:
typescript
Add the following to your typescript configuration file (e.g. tsconfig.json):
{
"extends": "@storis/tsconfig/node16/tsconfig.json",
}
Add the following to your typescript configuration file (e.g. tsconfig.json):
{
"extends": "@storis/tsconfig/node18/tsconfig.json",
}
Add the following to your typescript configuration file (e.g. tsconfig.json):
{
"extends": "@storis/tsconfig/react/tsconfig.json",
}
This project is licensed under the terms of the MIT license.