Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.16 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.16 KB
Arcjet Logo

@arcjet/tsconfig

npm badge

Custom tsconfig for Arcjet projects.

Installation

npm install -D @arcjet/tsconfig

Example

In your tsconfig.json file:

{
  "extends": "@arcjet/tsconfig/base",
  "include": ["*.ts"]
}

License

Licensed under the Apache License, Version 2.0.