@arcjet/tsconfig
v1.0.0-beta.10
Published
Custom tsconfig for Arcjet projects
Downloads
655
Readme
@arcjet/tsconfig
Custom tsconfig for Arcjet projects.
What is this?
This is our TypeScript configuration that we share across our codebase.
When should I use this?
This is an internal Arcjet package not designed for public use. See our Get started guide for how to use Arcjet in your application.
Install
This package is ESM only. Install with npm in Node.js:
npm install @arcjet/tsconfigUse
In tsconfig.json:
{
"extends": "@arcjet/tsconfig/base"
}